Skip to content

v0.79.0

Compare
Choose a tag to compare
@remyogasawara remyogasawara released this 14 Aug 17:45
daa8568

Enhancements

  • Updated regression metrics to handle multioutput dataframes as well as single output series #4233
  • Added baseline regressor for multiseries time series problems #4246
  • Added stacking and unstacking utility functions to work with multiseries data #4250
  • Added multiseries regression pipeline class #4256
  • Added multiseries VARMAX regressor #4238

Fixes

  • Added support for pandas 2 #4216
  • Fixed bug where time series pipelines would fail due to MASE needing y_train when scoring #4258
  • Update s3 bucket for docs image #4260
  • Fix deps checker including any package with post in the name #4268

Changes

  • Unpinned sktime version #4214
  • Bumped minimum lightgbm version to 4.0.0 for nullable type handling #4237
  • Pinned scikit-learn version due to incompatibility with pinned imbalanced-learn #4248