-
Notifications
You must be signed in to change notification settings - Fork 303
Update heteroskedastic Gaussian process notebook #827
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
Update heteroskedastic Gaussian process notebook #827
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
One note on the style - Instead of using |
2e7d4a6 to
01543f6
Compare
|
This PR passes the pre-commit checks on GitHub Actions when changing @OriolAbril, I was seeing the same precommit failures as you mentioned on #822. As best as I can tell, it's a compatibility issue between Python 3.14.2 and pyupgrade. |
|
using |
|
Thanks, @aloctavodia. The notebook uses |
Updates the notebook on using a Gaussian process with heteroskedastic variance to conform to the style guide and run successfully on v5.
Updates the code to use PyTensor and includes some edits for minor grammar issues.
Relevant issues: #795 #169 #723
Helpful links