We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bdb97 commit 12ea359Copy full SHA for 12ea359
sklearn/ensemble/_weight_boosting.py
@@ -482,6 +482,10 @@ class AdaBoostClassifier(
482
For a detailed example of using AdaBoost to fit a sequence of DecisionTrees
483
as weaklearners, please refer to
484
: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`.
489
"""
490
491
# TODO(1.6): Modify _parameter_constraints for "algorithm" to only check
0 commit comments