scikit-learn/examples/tree
Shuangchi He 2e3abc2e32
MAINT Fix some typos (#23251)
2022-04-30 15:03:40 -04:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_cost_complexity_pruning.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_iris_dtc.py FEA Add DecisionBoundaryDisplay (#16061) 2022-03-29 16:36:31 +02:00
plot_tree_regression.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_tree_regression_multioutput.py MAINT consistent use of `print(__doc__)` in examples (#21307) 2021-10-22 15:33:22 +02:00
plot_unveil_tree_structure.py MAINT Fix some typos (#23251) 2022-04-30 15:03:40 -04:00

README.txt

.. _tree_examples:

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

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