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.
_______________________________________________ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn