auto-sklearn icon indicating copy to clipboard operation
auto-sklearn copied to clipboard

[Maint] Specify `encoded_missing_value` to `OrdinalEncoder`

Open eddiebergman opened this issue 3 years ago • 0 comments

Enhancement Adds encoded_missing_value to preprocessing.OrdinalEncoder to configure the encoded value for missing data. https://github.com/scikit-learn/scikit-learn/pull/21988 by Thomas Fan.

Mentioned in #1611

Could help simplify code a little bit as I think we manually do this step.

eddiebergman avatar Nov 15 '22 15:11 eddiebergman