Skip to content
Snippets Groups Projects
Unverified Commit 5d270559 authored by Dominique Benielli's avatar Dominique Benielli Committed by GitHub
Browse files

Update adaboost.py

parent 29e16488
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ class Adaboost(AdaBoostClassifier, BaseMonoviewClassifier):
AdaBoostClassifier.__init__(self,
random_state=random_state,
n_estimators=n_estimators,
base_estimator=base_estimator,
estimator=base_estimator,
algorithm="SAMME"
)
self.param_names = ["n_estimators", "base_estimator"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment