Skip to content

Commit

Permalink
Update EDA notebook with correlation heatmap example (#144)
Browse files Browse the repository at this point in the history
* Add correlation heatmap to EDA

* Update CHANGELOG
  • Loading branch information
alex-hse-repository authored Oct 7, 2021
1 parent 32b695a commit 78f20d2
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 17 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add Pipeline example in Get started notebook ([#115](https://github.com/tinkoff-ai/etna-ts/pull/115))
- Internal implementation of BinsegTrendTransform ([#141](https://github.com/tinkoff-ai/etna-ts/pull/141))
- Colorebar scaling in Correlation heatmap plotter ([#143](https://github.com/tinkoff-ai/etna-ts/pull/143))
- Add Correlation heatmap in EDA notebook ([#144](https://github.com/tinkoff-ai/etna-ts/pull/144))

### Fixed
- Add more obvious Exception Error for forecasting with unfitted model ([#102](https://github.com/tinkoff-ai/etna-ts/pull/102))
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ We have also prepared a set of tutorials for an easy introduction:
- Plot
- Partial autocorrelation
- Cross-correlation
- Correlation heatmap
- Distribution
- Outliers
- Median method
Expand Down
94 changes: 77 additions & 17 deletions examples/EDA.ipynb

Large diffs are not rendered by default.

0 comments on commit 78f20d2

Please sign in to comment.