scikit-learn/examples/tree
Aman Dalmia 13cc121b30 [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_iris.py FIX restore previous title layout in examples/tree/plot_iris.py 2016-02-04 16:09:36 +01:00
plot_tree_regression.py Made plots colorblind friendly 2015-10-23 11:30:16 +02:00
plot_tree_regression_multioutput.py Fix axis label of multioutput regression tree example 2016-02-02 10:39:47 +08:00
plot_unveil_tree_structure.py [MRG] Remove DeprecationWarnings in examples due to using floats instead of ints (#8040) 2017-02-03 15:21:03 +01:00

README.txt

.. _tree_examples:

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

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