Skip to content

v0.49.0

Choose a tag to compare

@chukarsten chukarsten released this 01 Apr 01:09
· 551 commits to main since this release
880cb0e

Enhancements

  • Added use_covariates parameter to ARIMARegressor #3407
  • AutoMLSearch will set use_covariates to False for ARIMA when dataset is large #3407
  • Add ability to retrieve logical types to a component in the graph via get_component_input_logical_types #3428
  • Add ability to get logical types passed to the last component via last_component_input_logical_types #3428

Fixes

  • Fix conda build after PR 3407 #3429

Changes

  • Moved model understanding metrics from graph.py into a separate file #3417
  • Unpin click dependency #3420
  • For IterativeAlgorithm, put time series algorithms first #3407
  • Use prophet-prebuilt to install prophet in extras #3407

Breaking Changes

  • Moved model understanding metrics from graph.py to metrics.py #3417