Re: [scikit-learn] Fwd: Proposing Encoder class to encode Ordinal attributes

2019-05-13 Thread David Nicholson
There is this in scikit-learn-contrib, Categorical Encodering: https://joss.theoj.org/papers/d57818316816a19a80112892c3d12ed7 https://github.com/scikit-learn-contrib/categorical-encoding David Nicholson, Ph.D. https://nicholdav.info/ https://github.com/NickleDave Prinz lab

Re: [scikit-learn] Fwd: Proposing Encoder class to encode Ordinal attributes

2019-05-13 Thread Joel Nothman
There has been an issue and a pull request for something similar in DictVectorizer. https://github.com/scikit-learn/scikit-learn/pull/8750 got close to merging and I'm not really sure why it was closed rather than completed. ___ scikit-learn mailing list

[scikit-learn] Fwd: Proposing Encoder class to encode Ordinal attributes

2019-05-13 Thread prudhviraj nitjsr
Hi, Can someone please respond. Any response would be appreciated Thanks -- Forwarded message - From: prudhviraj nitjsr Date: Sun, May 12, 2019 at 1:38 AM Subject: Proposing Encoder class to encode Ordinal attributes To: Hi All, Recently, when i was solving some ML problem,