Skip to content

v0.3.0

Compare
Choose a tag to compare
@jmoralez jmoralez released this 01 Nov 02:53
· 247 commits to main since this release

What's Changed

  • raise error when serie is too short for backtest by @jmoralez in #32
  • allow models list by @jmoralez (#34, #36)
  • [FEAT] Allow used by GitHub section hardcoding lib name by @FedericoGarza in #37
  • [FIX] Add black as a development dependency by @FedericoGarza in #38
  • rename backtest to cross_validation and return single dataframe by @jmoralez in #41
  • Remove TimeSeries from Forecast constructor by @jmoralez in #44
  • allow passing column names as arguments. allow ds to be int by @jmoralez in #45
  • add LightGBMCV by @jmoralez in #48
  • support applying differences to series by @jmoralez in #52
  • allow functions as date features by @jmoralez in #57
  • Improve docs by @jmoralez in #59

New Contributors

  • @FedericoGarza made their first contribution in #37

Full Changelog: v0.2.0...v0.3.0