scikit-learn/examples/tree
Tirth Patel 0a80ee9ecd [DOC] fix syntax error for reference in plot_cost_complexity_pruning.py (#15423) 2019-11-01 06:55:18 +11:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_cost_complexity_pruning.py [DOC] fix syntax error for reference in plot_cost_complexity_pruning.py (#15423) 2019-11-01 06:55:18 +11:00
plot_iris_dtc.py DOC fix plot_iris references after files renamed 2019-01-17 23:31:48 +11: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 DOC Fix code typo in plot_unveil_tree_structure.py (#10951) 2018-04-11 12:35:29 +10:00

README.txt

.. _tree_examples:

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

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