Skip to content

Commit

Permalink
Add entry to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sudrich committed May 10, 2023
1 parent 5363cd4 commit a441c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ but cannot always guarantee backwards compatibility. Changes that may **break co
- Added `historical_forecasts` parameter to `backtest()` that allows to use precomputed historical forecasts from `historical_forecasts()`. [#1597](https://github.com/unit8co/darts/pull/1597) by [Janek Fidor](https://github.com/JanFidor).
- Added feature values and SHAP object to `ShapExplainabilityResult`, giving easy user access to all SHAP-specific explainability results. [#1545](https://github.com/unit8co/darts/pull/1545) by [Rijk van der Meulen](https://github.com/rijkvandermeulen).
- New `quantile_loss()` (pinball loss) metric for probabilistic forecasts. [#1559](https://github.com/unit8co/darts/pull/1559) by [Janek Fidor](https://github.com/JanFidor).
- Added support for `PathLike` to the `save()` and `load()` functions of `ForecastingModel`. [#1750](https://github.com/unit8co/darts/pull/1750) by [Simon Sudrich](https://github.com/sudrich).

**Fixed**
- Fixed an issue in `BottomUp/TopDownReconciliator` where the order of the series components was not taken into account. [#1592](https://github.com/unit8co/darts/pull/1592) by [David Kleindienst](https://github.com/DavidKleindienst).
Expand Down

0 comments on commit a441c0e

Please sign in to comment.