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.
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.AdaboostClassifierdoesn't support this classifiers.Thanks.