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

[Doc] Added baseline experiments and minor protection to Normality reconciler #203

Merged
merged 10 commits into from
Jun 15, 2023

Conversation

kdgutier
Copy link
Collaborator

@kdgutier kdgutier commented Jun 9, 2023

  • 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.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@AzulGarza AzulGarza self-requested a review June 12, 2023 19:17
Copy link
Member

@AzulGarza AzulGarza left a 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.

experiments/hierarchical_baselines/src/run_baselines.py Outdated Show resolved Hide resolved
experiments/hierarchical_baselines/src/run_baselines.py Outdated Show resolved Hide resolved
hierarchicalforecast/probabilistic_methods.py Show resolved Hide resolved
@AzulGarza AzulGarza self-requested a review June 14, 2023 23:50
Copy link
Member

@AzulGarza AzulGarza left a 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.

@AzulGarza AzulGarza merged commit 5b5bee2 into main Jun 15, 2023
@AzulGarza AzulGarza deleted the doc/run_baselines branch June 15, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants