mikegashler / waffles

A toolkit of machine learning algorithms.
http://gashler.com/mike/waffles/
86 stars 33 forks source link

Fixed AdaBoost ensemble size #38

Closed albertouri closed 7 years ago

albertouri commented 7 years ago

It shouldn't stop after finding the first "bad" learner. Throwing an exception in case we didn't find any valid model.

mikegashler commented 7 years ago

Thanks!