You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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