Using sklearn one can construct Bagging algorithm for non-trees estimator (for example, for SVC). But there is no Boosting realization in sklearn or in any other well known packages. Am I missing something and there is some existing Boosting algorithm with ability to select any other estimators other than trees in standard approach?
Asked
Active
Viewed 80 times
0
desertnaut
- 52,940
- 19
- 125
- 157
Keithx
- 2,698
- 13
- 37
- 62
1 Answers
1
AdaBoostClassifier is what you are looking for. Here is a complete list of ensemble algorithms implemented in sklearn.
GZ0
- 3,852
- 1
- 6
- 20