Skip to content

Releases: Nixtla/mlforecast

v0.9.1

15 Aug 19:23
Compare
Choose a tag to compare

New Features

Enhancement

  • raise informative error when interpreting dynamic features as static @jmoralez (#182)

v0.9.0

01 Aug 03:09
Compare
Choose a tag to compare

Enhancement

v0.8.1

21 Jul 02:54
Compare
Choose a tag to compare

Bug Fixes

v0.8.0

20 Jul 06:33
Compare
Choose a tag to compare

New Features

Enhancement

  • make argument names compatible with other nixtla libraries @jmoralez (#166)

Bug Fixes

v0.7.4

05 Jul 02:26
Compare
Choose a tag to compare

New Features

Enhancement

  • raise error for wrong frequency in cross_validation @jmoralez (#160)
  • Add new release drafter @FedericoGarza (#146)
  • Add new issue template @FedericoGarza (#145)

v0.7.3

23 May 02:17
Compare
Choose a tag to compare

Enhancement

  • extend custom metric signature in LightGBMCV and add example @jmoralez (#137)

v0.7.2

16 May 02:11
Compare
Choose a tag to compare

Bug Fixes

Enhancement

  • Allow intervals for horizon lower than window size @FedericoGarza (#129)

v0.7.1

27 Apr 04:56
Compare
Choose a tag to compare

New Features

  • add TimeSeries.update method to update target values @jmoralez (#119)

Documentation

Maintenance

Enhancement

  • remove dynamic_dfs argument from LightGBMCV when it can be inferred @jmoralez (#125)

v0.7.0

11 Apr 03:23
Compare
Choose a tag to compare

New Features

  • add target_transforms @jmoralez (#110)
  • add ray integration @FedericoGarza (#104)
  • add input_size argument to cross_validation @jmoralez (#107)
  • add fugue backend for distributed training with spark and dask @jmoralez (#90)
  • add conformal distribution strategy @FedericoGarza (#97)

Breaking

Documentation

  • improve readme @FedericoGarza (#111)
  • add fugue to docs @jmoralez (#100)
  • add transfer learning tutorial @FedericoGarza (#93)
  • fix prediction intervals plot @FedericoGarza (#92)
  • Add prediction intervals tutorial @FedericoGarza (#87)

Maintenance

Enhancement

v0.6.0

03 Feb 03:28
Compare
Choose a tag to compare

New Features

  • Add prediction (conformal) intervals @FedericoGarza (#86)
  • Add nbdev merge to gitattributes @FedericoGarza (#85)

Bug Fixes

  • remove lightgbm import from project namespace @jmoralez (#88)

Maintenance