scikit-learn/examples/tree
Hanmin Qin 32ac22870d [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_iris.py DOC Improve the output of example plot_iris.py after matplotlib2.0 (#9541) 2017-08-16 09:01:28 +10:00
plot_tree_regression.py [MRG + 1] 18 more examples with matplotlib 2.0 updates (#8983) 2017-06-07 13:23:12 +02:00
plot_tree_regression_multioutput.py [MRG+1] Fix warnings in lgtm.com (remove redundant code) (#9719) 2017-09-14 11:42:58 +02:00
plot_unveil_tree_structure.py [MRG] Fix plot_unveil_tree_structure.py: incorrect indexing for X_test (#8653) 2017-03-27 18:54:52 +02:00

README.txt

.. _tree_examples:

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

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