We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
UFuncTypeError
summary
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When calling result.summary() we get:
result.summary()
UFuncTypeError: ufunc 'absolute' did not contain a loop with signature matching types <class 'numpy.dtypes.StrDType'> -> None
pymc_experiment
DifferenceInDifferences
.summary
The text was updated successfully, but these errors were encountered:
Merge pull request #302 from anevolbap/issue_299-summary-did
3bb81a7
Fix #299: Rounding issue for DiD results.
Successfully merging a pull request may close this issue.
Problem
When calling
result.summary()
we get:pymc_experiment
classes affected:DifferenceInDifferences
TODO
.summary
methodThe text was updated successfully, but these errors were encountered: