Python Forum

Full Version: Getting CategoricalEncoder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Everyone,

My scikit-learn does not have the CategoricalEncoder and I cannot find out how to install it online. Has anyone installed it into python 3? If anyone knows how please let me know.

Thanks
see: https://github.com/scikit-learn/scikit-l...sues/10579

Quote:The CategoricalEncoder class has been introduced recently and will only be released in version 0.20.
So if you install scikit-learn directly from the git repository you'll have it, otherwise, you'll have to wait for the next release! smile

and:
Quote:It's also very possible that CategoricalEncoder will disappear again before the next release (see #10521)