Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

DOC add link to plot_voting_probas.py for Voting Classifier in ensemble.rst #30847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 18, 2025
8 changes: 5 additions & 3 deletions 8 doc/modules/ensemble.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1410,10 +1410,12 @@ classifier 3 w3 * 0.3 w3 * 0.4 w3 * 0.3
weighted average 0.37 0.4 0.23
================ ========== ========== ==========

Here, the predicted class label is 2, since it has the
highest average probability.
Here, the predicted class label is 2, since it has the highest average probability. See
this example on :ref:`Visualising class probabilities in a Voting Classifier
<sphx_glr_auto_examples_ensemble_plot_voting_probas.py>` for a detailed illustration of
class probabilities averaged by soft voting.

The following example illustrates how the decision regions may change
Also, the following example illustrates how the decision regions may change
when a soft :class:`VotingClassifier` is used based on a linear Support
Vector Machine, a Decision Tree, and a K-nearest neighbor classifier::

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.