Skip to content

Commit 042ec93

Browse files
committed
Pushing the docs to dev/ for branch: master, commit 0307afa17953f11b88e6910fcafd9e09f450906e
1 parent e555d0c commit 042ec93

File tree

1,166 files changed

+3608
-3608
lines changed

Some content is hidden

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

1,166 files changed

+3608
-3608
lines changed
Binary file not shown.
Binary file not shown.

dev/_downloads/e0323da9c80ee4d8cb950a4d298916ba/plot_voting_decision_regions.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# Plot the decision boundaries of a VotingClassifier\n\n\nPlot the decision boundaries of a `VotingClassifier` for\ntwo features of the Iris dataset.\n\nPlot the class probabilities of the first sample in a toy dataset\npredicted by three different classifiers and averaged by the\n`VotingClassifier`.\n\nFirst, three exemplary classifiers are initialized (`DecisionTreeClassifier`,\n`KNeighborsClassifier`, and `SVC`) and used to initialize a\nsoft-voting `VotingClassifier` with weights `[2, 1, 2]`, which means that\nthe predicted probabilities of the `DecisionTreeClassifier` and `SVC`\ncount 5 times as much as the weights of the `KNeighborsClassifier` classifier\nwhen the averaged probability is calculated.\n"
18+
"\n# Plot the decision boundaries of a VotingClassifier\n\n\nPlot the decision boundaries of a `VotingClassifier` for\ntwo features of the Iris dataset.\n\nPlot the class probabilities of the first sample in a toy dataset\npredicted by three different classifiers and averaged by the\n`VotingClassifier`.\n\nFirst, three exemplary classifiers are initialized (`DecisionTreeClassifier`,\n`KNeighborsClassifier`, and `SVC`) and used to initialize a\nsoft-voting `VotingClassifier` with weights `[2, 1, 2]`, which means that\nthe predicted probabilities of the `DecisionTreeClassifier` and `SVC`\neach count 2 times as much as the weights of the `KNeighborsClassifier`\nclassifier when the averaged probability is calculated.\n"
1919
]
2020
},
2121
{

dev/_downloads/fbf3d516734754708f769064ef8a9d61/plot_voting_decision_regions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
`KNeighborsClassifier`, and `SVC`) and used to initialize a
1515
soft-voting `VotingClassifier` with weights `[2, 1, 2]`, which means that
1616
the predicted probabilities of the `DecisionTreeClassifier` and `SVC`
17-
count 5 times as much as the weights of the `KNeighborsClassifier` classifier
18-
when the averaged probability is calculated.
17+
each count 2 times as much as the weights of the `KNeighborsClassifier`
18+
classifier when the averaged probability is calculated.
1919
2020
"""
2121
print(__doc__)

dev/_downloads/scikit-learn-docs.pdf

19 KB
Binary file not shown.

dev/_images/iris.png

0 Bytes

0 commit comments

Comments
 (0)