yzhao062 / combo

(AAAI' 20) A Python Toolbox for Machine Learning Model Combination
https://pycombo.readthedocs.io
BSD 2-Clause "Simplified" License
642 stars 107 forks source link

Question about boosting #7

Open henrique-voni opened 4 years ago

henrique-voni commented 4 years ago

Hello, first of all i'd like to say that you've done a great work with combo. I would like to know if it has implemented the Adaboost algorithm for boosting ensembles. I couldn't find any reference to this in the docs.

cuongpxu commented 4 years ago

Hi @henrique-voni I think the author wouldn't making Adaboost algorithm because it already implemented in sklearn library.

You could find the usage of Adaboost from here.

henrique-voni commented 4 years ago

Hello @cuongpxu , thanks for commenting. I am searching for alternatives, since sklearn implementation doesn't support neural networks as weak-classifiers.

If you are aware of any feasible alternative, i'd be glad to take a look. Thanks!

cuongpxu commented 4 years ago

@henrique-voni check out this link for your need.