We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The third cell will not work, it gives me:
In [3]: model.initial_values AttributeError: 'Model' object has no attribute 'initial_values'
This is a conda installation of pymc 5.10.3. I had no problems running Chapter 1.
The text was updated successfully, but these errors were encountered:
OK, it looks like this has changed in PyMC to: model.initial_point()
model.initial_point()
Sorry, something went wrong.
model.initial_point() solved it for me
+1 solution worked for me as well
@TomHilder @ant358 @rwst it seems like now (PyMC version 5.19.1) model.rvs_to_initial_values is more similar to the PyMC4's model.initial_values.
No branches or pull requests
The third cell will not work, it gives me:
This is a conda installation of pymc 5.10.3. I had no problems running Chapter 1.
The text was updated successfully, but these errors were encountered: