Skip to content

v0.24.2

Compare
Choose a tag to compare
@chukarsten chukarsten released this 25 May 01:00
· 1079 commits to main since this release
bcfd02f

v0.24.2 May. 24, 2021

Enhancements

  • Added oversamplers to AutoMLSearch #2213 #2286
  • Added dictionary input functionality for Undersampler component #2271
  • Changed the default parameter values for Elastic Net Classifier and Elastic Net Regressor #2269

Fixes

  • Set default n_jobs to 1 for StackedEnsembleClassifier and StackedEnsembleRegressor until fix for text-based parallelism in sklearn stacking can be found #2295

Changes

  • Updated start_iteration_callback to accept a pipeline instance instead of a pipeline class and no longer accept pipeline parameters as a parameter #2290

Documentation Changes

Testing Changes

  • Use codecov action to update coverage reports #2238
  • Removed MarkupSafe dependency version pin from requirements.txt and moved instead into RTD docs build CI #2261

Breaking Changes

  • Updated start_iteration_callback to accept a pipeline instance instead of a pipeline class and no longer accept pipeline parameters as a parameter #2290