-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Open
Description
There's some breaking changes that we wanted to do for a long time but didn't do for 1.0 but I figure it might be worth starting a list somewhere for 2.0, since they keep coming up and we might forget them.
- in
OneHotEncoder
changehandle_unknown
towarn
by default (and maybe recommend target encoder or max_categories or something) - Make
train_test_split
assume the second entry isy
and stratify if the estimator is a classifier, like all othercv
methods do. Maybe call the attributesX
andy
and allow arbitrary additional entries. - Make
Pipeline
do aclone
in__init__
.
jjerphan
Metadata
Metadata
Assignees
Labels
No labels