v1.1.0
What's Changed
- Re-architecture of layered models & ensembles, making AutoML easier to use (#47)
- Added AutoML variants of
ETS
andProphet
(AutoETS
andAutoProphet
, similar to the existingAutoSarima
) - Bug fixes related to resampling (#45)
- Improved quality of API docs for model configs
Major Changes Since v1.0.0
- Added change point detection module.
- Re-architecture of layered models & ensembles.
- Expanded AutoML module, with improved ease of use.
- Various bugfixes.
Full Changelog: v1.0.2...v1.1.0