scikit-learn/examples/tree
Adrin Jalali 3ccb9eb695
DOC fix unknown link error in plot_unveil_tree_structure.py (#27399)
2023-09-18 11:51:42 +02:00
..
README.txt move around examples for better structure. 2014-07-17 09:35:30 +02:00
plot_cost_complexity_pruning.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_iris_dtc.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_tree_regression.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_tree_regression_multioutput.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
plot_unveil_tree_structure.py DOC fix unknown link error in plot_unveil_tree_structure.py (#27399) 2023-09-18 11:51:42 +02:00

README.txt

.. _tree_examples:

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

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