Skip to content

v0.80.0

Compare
Choose a tag to compare
@remyogasawara remyogasawara released this 31 Aug 19:07
· 82 commits to main since this release
90033c5

Enhancements

  • Added support for prediction intervals for VARMAX regressor #4267
  • Integrated multiseries time series into AutoMLSearch #4270

Fixes

  • Fixed error when stacking data with no exogenous variables #4275

Changes

  • Updated ARIMARegressor to be compatible with sktime v0.22.0 and beyond #4283
  • Updated graph_prediction_vs_actual_over_time() to be compatible with multiseries time series #4284
  • Updated excluded_model_families to take in a list of both str and ModelFamily data types #4287
  • Unpinned ipywidgets #4288

Documentation Changes

  • Removed erroneous warnings from Data Checks User Guide page and removed tqdm warning in all notebooks #4274