Skip to content
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

AdaBoostClassifier class not found #41

Closed
mohitbadwal opened this issue Jun 14, 2017 · 1 comment
Closed

AdaBoostClassifier class not found #41

mohitbadwal opened this issue Jun 14, 2017 · 1 comment
Labels

Comments

@mohitbadwal
Copy link

mohitbadwal commented Jun 14, 2017

Ensemble has AdaBoostRegressor but it does not have AdaBoostClassifier , what should be done?

@vruusmann
Copy link
Member

This is intentional, because AdaBoostClassifier implements some pseudo-probabilistic classification algorithm (the predicted class and the predicted probability distribution do not "match").

I would suggest using some other boosting algorithm, such as XGBoost or LightGBM. They both provide excellent Scikit-Learn interoperability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants