[scikit-learn] Need suggestions on the example about discretization

qinhanmin2005 at sina.com qinhanmin2005 at sina.com
Wed Sep 6 08:51:24 EDT 2017


Scikit-learn recently supported discretization(KBinsDiscretizer, see discrete branch) and we need an example to illustrate the usage of it. I have proposed a draft in https://github.com/scikit-learn/scikit-learn/issues/9339:(1)use the iris dataset (only use two features)(2)plot the data before and after discretization(3)train a classifier using the data before and after discretization and compare the result from cross validation
 Since I'm not an expert of machine learning, I'm wondering whether it is a good example. Could someone from the community provide some ideas or suggestions? Thanks a lot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20170906/b6903672/attachment-0001.html>


More information about the scikit-learn mailing list