[scikit-learn] Regularization in Tree Models

2019-05-22 Thread prudhviraj nitjsr
Hi All, I've noticed that there is no regularization term for Decision Tree estimators in scikit learn. Are there any plans to introduce that? Thanks Prudvi RajKumar M ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman

[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

[scikit-learn] Proposing Encoder class to encode Ordinal values of an attribute

2019-05-11 Thread prudhviraj nitjsr
Hi All, Recently, when i was solving some ML problem, I came accross an attribute which has Ordinal Values . Eg: Student ID|Subjects 1|['Math'] 2|['Math','Python'] 3|['C'] 4|['Python',