Skip to content

Small notebook fixes #595

Merged
merged 7 commits into from
Mar 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix `TSDataset.info`, `TSDataset.describe` methods ([#519](https://github.com/tinkoff-ai/etna/pull/519))
- Fix regressors handling for `OneHotEncoderTransform` and `HolidayTransform` ([#518](https://github.com/tinkoff-ai/etna/pull/518))
- Fix wandb summary issue with custom plots ([#535](https://github.com/tinkoff-ai/etna/pull/535))
-
- Small notebook fixes ([#595](https://github.com/tinkoff-ai/etna/pull/595))
-
- Fix import Literal in plotters ([#558](https://github.com/tinkoff-ai/etna/pull/558))
-
Expand Down
468 changes: 30 additions & 438 deletions examples/EDA.ipynb

Large diffs are not rendered by default.

561 changes: 31 additions & 530 deletions examples/backtest.ipynb

Large diffs are not rendered by default.

260 changes: 23 additions & 237 deletions examples/clustering.ipynb

Large diffs are not rendered by default.

467 changes: 402 additions & 65 deletions examples/ensembles.ipynb

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions examples/exogenous_data.ipynb

Large diffs are not rendered by default.

412 changes: 30 additions & 382 deletions examples/get_started.ipynb

Large diffs are not rendered by default.

187 changes: 36 additions & 151 deletions examples/outliers.ipynb

Large diffs are not rendered by default.