Skip to content

Commit

Permalink
Bad rendering in 210 tutorial (#386)
Browse files Browse the repository at this point in the history
* fix rendering in 210 tutorial

* chore: update changelog

---------

Co-authored-by: Egor Baturin <[email protected]>
  • Loading branch information
egoriyaa and Egor Baturin authored Jun 10, 2024
1 parent aacd89d commit 901acca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-

### Fixed
-
- Fix rendering in 210 tutorial ([#386](https://github.com/etna-team/etna/pull/386))
-
-
-
Expand Down
1 change: 1 addition & 0 deletions examples/210-embedding_models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"We have two models to generate embeddings for time series: `TS2VecEmbeddingModel` and `TSTCCEmbeddingModel`.\n",
"\n",
"Each model has following methods:\n",
"\n",
"- `fit` to train model:\n",
"- `encode_segment` to generate embeddings for the whole series. These features are regressors.\n",
"- `encode_window` to generate embeddings for each timestamp. These features aren't regressors and lag transformation should be applied to them before using in forecasting.\n",
Expand Down

0 comments on commit 901acca

Please sign in to comment.