-
Notifications
You must be signed in to change notification settings - Fork 6
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
Merge internal_datasets into master #209
Conversation
* add M3 to internal_datasets * add df_exog to m3 dataset * minor fixes, add exog dir * delete ssl * minor fixs * fix tests * fix docs * fix docs --------- Co-authored-by: Egor Baturin <egoriyaa@github.com>
Add list_datasets function
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
# Conflicts: # CHANGELOG.md # README.md # docs/source/conf.py # docs/source/user_guide.rst # examples/101-get_started.ipynb # examples/305-classification.ipynb # examples/README.md
🚀 Deployed on https://deploy-preview-209--etna-docs.netlify.app |
CHANGELOG.md
Outdated
- | ||
- | ||
- | ||
- Change warning condition on loading object saved under different library version ([#31](https://github.com/etna-team/etna/issues/31)) |
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.
I'm not sure it should be here.
docs/source/conf.py
Outdated
@@ -61,6 +61,7 @@ | |||
"sphinx.ext.mathjax", # render math via JavaScript | |||
"sphinx.ext.githubpages", # creates .nojekyll file | |||
"sphinx.ext.linkcode", # add external links to source code | |||
"sphinx.ext.autosectionlabel" # add internal links in docs |
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.
It is better to write smth like "allow reference sections using its title"
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #209 +/- ##
==========================================
- Coverage 89.29% 89.03% -0.27%
==========================================
Files 198 199 +1
Lines 12868 13181 +313
==========================================
+ Hits 11491 11736 +245
- Misses 1377 1445 +68 ☔ View full report in Codecov by Sentry. |
CHANGELOG.md
Outdated
- Add dataset integrity check using hash for internal datasets ([#151](https://github.com/etna-team/etna/pull/151)) | ||
- Add params_to_tune for DeepStateModel ([#115](https://github.com/etna-team/etna/issues/115)) | ||
- Handle new functionality for prediction intervals in the `plot_forecast` ([#130](https://github.com/etna-team/etna/pull/130)) | ||
- Add `get_historical_forecasts` to pipelines for forecast estimation at each fold on the historical dataset ([#143](https://github.com/etna-team/etna/pull/143)) |
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.
This line should be removed
CHANGELOG.md
Outdated
- Add `list_datasets` function ([#145](https://github.com/etna-team/etna/pull/149)) | ||
- Add `IHEPC` to internal datasets ([#150](https://github.com/etna-team/etna/pull/150)) | ||
- Add dataset integrity check using hash for internal datasets ([#151](https://github.com/etna-team/etna/pull/151)) | ||
- Add params_to_tune for DeepStateModel ([#115](https://github.com/etna-team/etna/issues/115)) |
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.
This line should be removed
CHANGELOG.md
Outdated
- Add params_to_tune for DeepStateModel ([#115](https://github.com/etna-team/etna/issues/115)) | ||
- Handle new functionality for prediction intervals in the `plot_forecast` ([#130](https://github.com/etna-team/etna/pull/130)) | ||
- Add `get_historical_forecasts` to pipelines for forecast estimation at each fold on the historical dataset ([#143](https://github.com/etna-team/etna/pull/143)) | ||
- `ConformalPredictionIntervals` method for prediction intervals estimation ([#152](https://github.com/etna-team/etna/pull/152)) |
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.
This line should be removed
CHANGELOG.md
Outdated
- Handle new functionality for prediction intervals in the `plot_forecast` ([#130](https://github.com/etna-team/etna/pull/130)) | ||
- Add `get_historical_forecasts` to pipelines for forecast estimation at each fold on the historical dataset ([#143](https://github.com/etna-team/etna/pull/143)) | ||
- `ConformalPredictionIntervals` method for prediction intervals estimation ([#152](https://github.com/etna-team/etna/pull/152)) | ||
- Add DeepARNativeModel ([#114](https://github.com/etna-team/etna/pull/114)) |
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.
This line should be removed
Before submitting (must do checklist)
Proposed Changes
Closing issues