sklearn/examples/tree
Daniel Biebert 7136feda91 first commit 2024-08-05 09:32:03 +02:00
..
README.txt first commit 2024-08-05 09:32:03 +02:00
plot_cost_complexity_pruning.py first commit 2024-08-05 09:32:03 +02:00
plot_iris_dtc.py first commit 2024-08-05 09:32:03 +02:00
plot_tree_regression.py first commit 2024-08-05 09:32:03 +02:00
plot_tree_regression_multioutput.py first commit 2024-08-05 09:32:03 +02:00
plot_unveil_tree_structure.py first commit 2024-08-05 09:32:03 +02:00

README.txt

.. _tree_examples:

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

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