Skip to content
New issue

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

Chapter 2: model.initial_values AttributeError: 'Model' object has no attribute 'initial_values' #567

Open
rwst opened this issue Jan 24, 2024 · 1 comment

Comments

@rwst
Copy link

rwst commented Jan 24, 2024

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.

@rwst
Copy link
Author

rwst commented Jan 24, 2024

OK, it looks like this has changed in PyMC to:
model.initial_point()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant