scikit-learn/examples/tree
Thomas J Fan 67c94c7e2a Add Minimal Cost-Complexity Pruning to Decision Trees (#12887) 2019-08-20 09:02:45 -04:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_cost_complexity_pruning.py Add Minimal Cost-Complexity Pruning to Decision Trees (#12887) 2019-08-20 09:02:45 -04: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.