Flow
sklearn.ensemble._weight_boosting.AdaBoostClassifier

sklearn.ensemble._weight_boosting.AdaBoostClassifier

Visibility: public Uploaded 12-04-2024 by Gonçalo Esteves sklearn==1.4.1.post1 numpy>=1.19.5 scipy>=1.6.0 joblib>=1.2.0 threadpoolctl>=2.0.0 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_1.4.1.post1
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
An AdaBoost classifier. An AdaBoost [1]_ classifier is a meta-estimator that begins by fitting a classifier on the original dataset and then fits additional copies of the classifier on the same dataset but where the weights of incorrectly classified instances are adjusted such that subsequent classifiers focus more on difficult cases. This class implements the algorithm based on [2]_.

Parameters

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table