scikit-learn/examples/tree
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502)
2021-10-07 10:13:00 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_cost_complexity_pruning.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_iris_dtc.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_tree_regression.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_tree_regression_multioutput.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
plot_unveil_tree_structure.py MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00

README.txt

.. _tree_examples:

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

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