Python Forum
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Getting CategoricalEncoder
#1
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
Reply
#2
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)
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020