-
Notifications
You must be signed in to change notification settings - Fork 75
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] Added baseline experiments and minor protection to Normality reconciler #203
Conversation
kdgutier
commented
Jun 9, 2023
•
edited
Loading
edited
- Added baseline experiments.
- Minor catch to warnings in Normality reconciler to avoid redundant 'RuntimeWarning: covariance is not positive-semidefinite.' message. By definition, the sampled multivariate Normal is rank-defficient.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @kdgutier! The catch_warnings
it’s an excellent addition. 🙌
I would suggest making these kinds of changes in separate PRs so we can be more modular and precise in the release notes of the library. For example, ideally, in the release notes, we will have a note on the catch_warnings
and a different note about adding the baseline experiments.
I just left a couple of questions and suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @kdgutier! Nice improvements. The community will benefit a lot from the hierarchical baselines scripts.