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

Merge internal_datasets into master #209

Merged
merged 30 commits into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
959b3a0
Add `electricity` to internal datasets (#60)
ostreech1997 Aug 29, 2023
a7dced2
Add `parts` argument to `load_dataset` function (#79)
ostreech1997 Sep 9, 2023
176e200
Add `M4` to internal datasets (#83)
ostreech1997 Sep 18, 2023
a1eeab6
add M3 to internal_datasets (#91)
egoriyaa Oct 2, 2023
e9837e9
Add `traffic` to internal datasets (#94)
ostreech1997 Oct 2, 2023
2eef75e
Add `traffic_2015` to internal datasets (#100)
ostreech1997 Oct 5, 2023
623c5f0
Add `tourism` to internal datasets (#120)
ostreech1997 Oct 31, 2023
54694d6
Add `weather` to internal datasets (#125)
ostreech1997 Nov 1, 2023
2b56c37
Fix `traffic_2008` dataset (#128)
ostreech1997 Nov 1, 2023
78a0de1
Add `ETT` to internal datasets (#134)
ostreech1997 Nov 9, 2023
e2aa529
added list_datasets function
Alexander76Kuznetsov Nov 16, 2023
5753c36
edited changelog and added docstring
Alexander76Kuznetsov Nov 16, 2023
8930c95
edited docstring
Alexander76Kuznetsov Nov 16, 2023
c7b8c6f
edited docstring x2
Alexander76Kuznetsov Nov 16, 2023
d599277
added test for list_datasets function
Alexander76Kuznetsov Nov 16, 2023
0228d33
formatted files
Alexander76Kuznetsov Nov 16, 2023
f113d58
changed condition in test_list_datasets
Alexander76Kuznetsov Nov 17, 2023
dd1ace5
changed condition in test_list_datasets function
Alexander76Kuznetsov Nov 17, 2023
4ad6465
Merge pull request #149 from etna-team/issue-145
Alexander76Kuznetsov Nov 17, 2023
c40b453
Add `IHEPC` to internal datasets (#150)
ostreech1997 Nov 21, 2023
6fc62be
Add dataset integrity check using hash for internal datasets (#151)
ostreech1997 Nov 24, 2023
a3b3e47
Merge master into internal datasets (#172)
ostreech1997 Dec 6, 2023
b8ad8b0
Create page about internal datasets in documentation (#175)
ostreech1997 Dec 7, 2023
b07bcce
Replace current datasets in tutorials with internal datasets (#202)
ostreech1997 Dec 20, 2023
aec9942
Fixes in internal datasets before merge in master (#206)
ostreech1997 Dec 21, 2023
d5a66f0
Internal datasets pre master (#207)
ostreech1997 Dec 22, 2023
148e68c
Merge remote-tracking branch 'origin/master' into internal_datasets
ostreech1997 Dec 22, 2023
b7fd3a8
Update comment in conf.py
ostreech1997 Dec 22, 2023
520e628
Update CHANGELOG.md
ostreech1997 Dec 22, 2023
9163f73
Update CHANGELOG.md v2
ostreech1997 Dec 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 24 additions & 44 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,56 +8,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased
### Added
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Add `electricity` to internal datasets ([#60](https://github.com/etna-team/etna/pull/60))
- Add `parts` argument to `load_dataset` function ([#79](https://github.com/etna-team/etna/pull/79))
- Add `M4` to internal datasets ([#83](https://github.com/etna-team/etna/pull/83))
- Add `M3` to internal datasets ([#91](https://github.com/etna-team/etna/pull/91))
- Add `traffic_2008` to internal datasets ([#94](https://github.com/etna-team/etna/pull/94))
- Add `traffic_2015` to internal datasets ([#100](https://github.com/etna-team/etna/pull/100))
- Add `tourism` to internal datasets ([#120](https://github.com/etna-team/etna/pull/120))
- Add `weather` to internal datasets ([#125](https://github.com/etna-team/etna/pull/125))
- Add `ETT` to internal datasets ([#134](https://github.com/etna-team/etna/pull/134))
- 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))
Copy link
Collaborator

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

- 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))
Copy link
Collaborator

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

- `ConformalPredictionIntervals` method for prediction intervals estimation ([#152](https://github.com/etna-team/etna/pull/152))
Copy link
Collaborator

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

- Add DeepARNativeModel ([#114](https://github.com/etna-team/etna/pull/114))
Copy link
Collaborator

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

- Create page about internal datasets in documentation ([#175](https://github.com/etna-team/etna/pull/175))
- Add usage example of internal datasets in `101-get_started.ipynb` and `305-classification.ipynb` tutorials ([#202](https://github.com/etna-team/etna/pull/202))
-

### Changed
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

### Fixed
- Fix `traffic_2008` ([128](https://github.com/etna-team/etna/pull/128))
- Fix number of segments in docs, column name for tourism dataset and change default save path ([#206](https://github.com/etna-team/etna/pull/206))
- Fix method `to_dict` for `SklearnPerSegmentModel` and `SklearnMultiSegmentModel`([#199](https://github.com/etna-team/etna/pull/199))
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-


## [2.4.0] - 2023-12-15
### Added
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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" # allow reference sections using its title
]

# List of patterns, relative to source directory, that match files and
Expand Down
Loading
Loading