-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Use notebook style in plot_gpr_on_structured_data.py #25132
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
DOC Use notebook style in plot_gpr_on_structured_data.py #25132
Conversation
We still have the following warning:
It might be worth decreasing the lower bound as suggested. |
For info, we tried doing so with a lower bound as low as 1e-24 and it still raises a warning. Setting the lower bound to exactly zero still raises a |
OK. Let's revisit the notebook where we would need to dig into the meaning of the kernel used and the associated hyperparameter. Removing the matplotlib warning and notebook-style structure is already a great improvement. |
Thanks @ArturoAmorQ |
Reference Issues/PRs
Related to #22406.
What does this implement/fix? Explain your changes.
The Gaussian processes on discrete data structures example is raising a Matplotlib
UserWarning
. This PR fixes it while implementing notebook style.Any other comments?
The example still raises a
ConvergenceWarning
. I am open to suggestions on how to fix it without making the code too charged.