-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Handle missing values in OrdinalEncoder #11997
Copy link
Copy link
Closed
Description
A minimal implementation would pass through NaNs from the input to the output of transform and make sure the presence of NaN does not affect the categories identified in fit.
A missing_values parameter might allow the user to configure what object is a placeholder for missingness (e.g. NaN, None, etc.).
See #10465 for background
Reactions are currently unavailable