scikit-learn/examples/tree
Rémy Léone 2199e50f34 Migrate examples to avoid deprecated module 2015-11-01 22:22:37 +01: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_regression.py Made plots colorblind friendly 2015-10-23 11:30:16 +02:00
plot_tree_regression_multioutput.py Made plots colorblind friendly 2015-10-23 11:30:16 +02:00
unveil_tree_structure.py Migrate examples to avoid deprecated module 2015-11-01 22:22:37 +01:00

README.txt

.. _tree_examples:

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

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