scikit-learn/examples/tree
Daniel Galvez 8bc650b623 Added example demonstrating tree.apply 2015-04-02 11:13:10 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02: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_feat.py Added example demonstrating tree.apply 2015-04-02 11:13:10 +02:00
plot_tree_regression.py Update plot_tree_regression.py 2014-08-01 13:28:03 +03:00
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` module.