-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
BUG: fix deprecation handling in OneHotEncoder for categorical_features + handle_unknown='ignore' case #12923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: fix deprecation handling in OneHotEncoder for categorical_features + handle_unknown='ignore' case #12923
Conversation
…es + handle_unknown='ignore' case
@jnothman I see you labeled the issue as 0.20.3. So we plan to do another bug-fix release? Shall I then add a whatsnew note in a 0.20.3 section? |
I labelled it 0.20.3 in case we decide to do another bugfix release. |
But so then I put a whatsnew in 0.20.3 section, which we can always move later to 0.21 in case we didn't release that? |
I suppose it could work either way around. You're right that creating the
changelog for 0.20.3 might be neater.
|
Co-Authored-By: jorisvandenbossche <jorisvandenbossche@gmail.com>
Thanks @jorisvandenbossche |
Is that worth a release? Or wait and see? |
This alone is not worth a release IMO, but there are some others tagged with 0.20.3 |
…handle_unknown='ignore' case (scikit-learn#12923)
…handle_unknown='ignore' case (scikit-learn#12923)
…tures + handle_unknown='ignore' case (scikit-learn#12923)" This reverts commit 374f621.
…tures + handle_unknown='ignore' case (scikit-learn#12923)" This reverts commit 374f621.
…handle_unknown='ignore' case (scikit-learn#12923)
Fixes #12881