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
Currently, handle_missing=value adds a new column although the documentation says 'value' will encode a new value as 0 in every dummy column.
Furthermore, we need a test for this
Oh you're right. I missed this when adding the ignore option. Thanks for pointing out.
not sure about the naming though... we have the option value to put in "some value that makes sense" in most encoders. So it makes sense for people familiar with the library, ignore on the other hand is more telling
Expected Behavior
Currently,
handle_missing=value
adds a new column although the documentation says'value' will encode a new value as 0 in every dummy column.
Furthermore, we need a test for this
Actual Behavior
adds a column instead of using all 0
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: