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, OneHotEncodingTransformer.transform may silently return vectors with all zeros, instead of raising an error. This happens whenever we try to transform data that we haven't seen before:
Currently, OneHotEncodingTransformer.transform may silently return vectors with all zeros, instead of raising an error. This happens whenever we try to transform data that we haven't seen before:
I believe an error should be thrown is such situations, since it is not a one hot vector.
The text was updated successfully, but these errors were encountered: