Skip to content

Commit e1b9700

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 0a80ee9ecdd8cec1e8e25ab95b64f3fc11350a27
1 parent 40d3b41 commit e1b9700

File tree

706 files changed

+1504
-1504
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

706 files changed

+1504
-1504
lines changed

dev/_downloads/3343ca455b359df096935c4d90af527f/plot_cost_complexity_pruning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Post pruning decision trees with cost complexity pruning\n\n\n.. currentmodule:: sklearn.tree\n\nThe :class:`DecisionTreeClassifier` provides parameters such as\n``min_samples_leaf`` and ``max_depth`` to prevent a tree from overfiting. Cost\ncomplexity pruning provides another option to control the size of a tree. In\n:class:`DecisionTreeClassifier`, this pruning technique is parameterized by the\ncost complexity parameter, ``ccp_alpha``. Greater values of ``ccp_alpha``\nincrease the number of nodes pruned. Here we only show the effect of\n``ccp_alpha`` on regularizing the trees and how to choose a ``ccp_alpha``\nbased on validation scores.\n\nSee also `ref`:_minimal_cost_complexity_pruning` for details on pruning.\n"
18+
"\n# Post pruning decision trees with cost complexity pruning\n\n\n.. currentmodule:: sklearn.tree\n\nThe :class:`DecisionTreeClassifier` provides parameters such as\n``min_samples_leaf`` and ``max_depth`` to prevent a tree from overfiting. Cost\ncomplexity pruning provides another option to control the size of a tree. In\n:class:`DecisionTreeClassifier`, this pruning technique is parameterized by the\ncost complexity parameter, ``ccp_alpha``. Greater values of ``ccp_alpha``\nincrease the number of nodes pruned. Here we only show the effect of\n``ccp_alpha`` on regularizing the trees and how to choose a ``ccp_alpha``\nbased on validation scores.\n\nSee also `minimal_cost_complexity_pruning` for details on pruning.\n"
1919
]
2020
},
2121
{
Binary file not shown.

dev/_downloads/9bfe6053f22105c3f54309ebab1e158f/plot_cost_complexity_pruning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
``ccp_alpha`` on regularizing the trees and how to choose a ``ccp_alpha``
1515
based on validation scores.
1616
17-
See also `ref`:_minimal_cost_complexity_pruning` for details on pruning.
17+
See also :ref:`minimal_cost_complexity_pruning` for details on pruning.
1818
"""
1919

2020
print(__doc__)
Binary file not shown.

dev/_downloads/scikit-learn-docs.pdf

8.45 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes

0 commit comments

Comments
 (0)