0.5.1 - 2020-03-29¶
compose¶
compose.Pipelineandcompose.TransformerUnionnow variadic arguments as input instead of a list. This doesn't change anything when using the shorthand operators|and+.
model_selection¶
- Removed
model_selection.successive_halving - Added
model_selection.SuccessiveHalvingRegressorandmodel_selection.SuccessiveHalvingClassifier
stream¶
- Added a
copyparameter tostream.simulate_qain order to handle unwanted feature modifications.
tree¶
- Added a
curtail_underparameter totree.DecisionTreeClassifier. - The speed and accuracy of both
tree.DecisionTreeClassifierandtree.RandomForestClassifierhas been slightly improved for numerical attributes. - The esthetics of the
tree.DecisionTreeClassifier.drawmethod have been improved.