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

Commit 12ea359

Browse filesBrowse files
Aswathavickyjeremiedbb
authored andcommitted
DOC add link to sklearn_example_ensemeble_plot_adboost_twoclass (#29023)
1 parent b9bdb97 commit 12ea359
Copy full SHA for 12ea359

File tree

1 file changed

+4
-0
lines changed
Filter options

1 file changed

+4
-0
lines changed

‎sklearn/ensemble/_weight_boosting.py

Copy file name to clipboardExpand all lines: sklearn/ensemble/_weight_boosting.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ class AdaBoostClassifier(
482482
For a detailed example of using AdaBoost to fit a sequence of DecisionTrees
483483
as weaklearners, please refer to
484484
:ref:`sphx_glr_auto_examples_ensemble_plot_adaboost_multiclass.py`.
485+
486+
For a detailed example of using AdaBoost to fit a non-linearly seperable
487+
classification dataset composed of two Gaussian quantiles clusters, please
488+
refer to :ref:`sphx_glr_auto_examples_ensemble_plot_adaboost_twoclass.py`.
485489
"""
486490

487491
# TODO(1.6): Modify _parameter_constraints for "algorithm" to only check

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.