v0.7.0
release-drafter
released this
11 Apr 03:23
·
188 commits
to refs/heads/main
since this release
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
- remove id_col='index' and set defaults for column names @jmoralez (#114)
- remove Forecast object @jmoralez (#113)
- replace dask-based distributed forecast with fugue-based @jmoralez (#102)
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)