Skip to content

Commit

Permalink
Fix: broken dataset links in transfer learning notebook (#2067)
Browse files Browse the repository at this point in the history
* fix: broken dataset links, updated observation accordingly since results sligthly changed

* feat: updated changelog

* fix: addressed review comments (updated observation)

* change darts v26 to v27

---------

Co-authored-by: dennisbader <dennis.bader@gmx.ch>
  • Loading branch information
madtoinou and dennisbader committed Nov 16, 2023
1 parent d206055 commit a7f5d09
Show file tree
Hide file tree
Showing 2 changed files with 406 additions and 330 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ but cannot always guarantee backwards compatibility. Changes that may **break co
- Fixed a bug when calling optimized `historical_forecasts()` for a `RegressionModel` trained with unequal component-specific lags. [#2040](https://github.com/unit8co/darts/pull/2040) by [Antoine Madrona](https://github.com/madtoinou).
- Fixed a bug when using encoders with `RegressionModel` and series with a non-evenly spaced frequency (e.g. Month Begin). This raised an error during lagged data creation when trying to divide a pd.Timedelta by the ambiguous frequency. [#2034](https://github.com/unit8co/darts/pull/2034) by [Antoine Madrona](https://github.com/madtoinou).
- Fixed a bug when loading a `TorchForecastingModel` that was trained with a precision other than `float64`. [#2046](https://github.com/unit8co/darts/pull/2046) by [Freddie Hsin-Fu Huang](https://github.com/Hsinfu).
- Fixed broken links in the `Transfer learning` example notebook with publicly hosted version of the three datasets. [#2067](https://github.com/unit8co/darts/pull/2067) by [Antoine Madrona](https://github.com/madtoinou).

### For developers of the library:

Expand Down
735 changes: 405 additions & 330 deletions examples/14-transfer-learning.ipynb

Large diffs are not rendered by default.

0 comments on commit a7f5d09

Please sign in to comment.