scikit-learn/examples/tree
Rajat Khanduja cca6fc7e8b Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30
..
README.txt DOC: Fixed links to modules in the example gallery 2011-12-19 16:07:01 +01:00
plot_iris.py Fixed some PEP8 violations even present in master branch, in examples/ 2014-05-15 09:35:24 +05:30
plot_tree_regression.py Updated examples to use pyplot for plotting instead of pylab 2014-05-15 02:18:07 +05:30
plot_tree_regression_multioutput.py Some more examples updated to use matplotlib.pyplot 2014-05-16 09:42:02 +05:30

README.txt

.. _tree_examples:

Decision Trees
--------------

Examples concerning the :mod:`sklearn.tree` package.