You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for sharing your Adaboost implementation. I'm working on a project which requires the use of different estimators instead of DecisionTreeClassifier (such as MLPClassifier, KNeighbors, etc). Can you confirm if it is possible to do that with your Adaboost?
Unfortunately, sklearn.ensemble.AdaboostClassifier doesn't support this classifiers.
Thanks.
The text was updated successfully, but these errors were encountered:
Hello, thanks for sharing your Adaboost implementation. I'm working on a project which requires the use of different estimators instead of DecisionTreeClassifier (such as MLPClassifier, KNeighbors, etc). Can you confirm if it is possible to do that with your Adaboost?
Unfortunately,
sklearn.ensemble.AdaboostClassifier
doesn't support this classifiers.Thanks.
The text was updated successfully, but these errors were encountered: