You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* udpate dtw example and add dtw to rendered documentation
* make all windows inherit from Window
* clean up windows
* improve dtw documentation
* improved forecasting model module documentation
* update models and add model links in covariates user guide
* add model links to README
* update changelog
* fix typo in dtw example notebook
* remove outdated lines from tide model from before probabilistic support
* apply suggestions from PR review
* update readme model table
* Feat/fit predict encodings (#1925)
* added encode_train_inference to encoders
* added generate_fit_predict_encodings to ForecastingModel
* simplify TransferrableFut..Model.generatice_predict_encodings
* update changelog
* Apply suggestions from code review
Co-authored-by: madtoinou <[email protected]>
* apply suggestions from PR review part 2
---------
Co-authored-by: madtoinou <[email protected]>
* update readme
* apply suggestions from code review and improve README.md
* Update README.md
Co-authored-by: madtoinou <[email protected]>
---------
Co-authored-by: madtoinou <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ but cannot always guarantee backwards compatibility. Changes that may **break co
35
35
- Improvements to `Explainability` module:
36
36
- 🚀🚀 New forecasting model explainer: `TFTExplainer` for `TFTModel`. You can now access and visualize the trained model's feature importances and self attention. [#1392](https://github.com/unit8co/darts/issues/1392) by [Sebastian Cattes](https://github.com/Cattes) and [Dennis Bader](https://github.com/dennisbader).
37
37
- Added static covariates support to `ShapeExplainer`. [#1803](https://github.com/unit8co/darts/pull/1803) by [Anne de Vries](https://github.com/anne-devries) and [Dennis Bader](https://github.com/dennisbader).
38
+
- Improvements to documentation [#1904](https://github.com/unit8co/darts/pull/1904) by [Dennis Bader](https://github.com/dennisbader):
39
+
- made model sections in README.md, covariates user guide and forecasting model API Reference more user friendly by adding model links and reorganizing them into model categories.
40
+
- added the Dynamic Time Warping (DTW) module and improved its appearance.
38
41
- Other improvements:
39
42
- Improved static covariates column naming when using `StaticCovariatesTransformer` with a `sklearn.preprocessing.OneHotEncoder`. [#1863](https://github.com/unit8co/darts/pull/1863) by [Anne de Vries](https://github.com/anne-devries).
40
43
- Added `MSTL` (Season-Trend decomposition using LOESS for multiple seasonalities) as a `method` option for `extract_trend_and_seasonality()`. [#1879](https://github.com/unit8co/darts/pull/1879) by [Alex Colpitts](https://github.com/alexcolpitts96).
0 commit comments