viisar / brew

⛔️ DEPRECATED brew: Python Ensemble Learning API
MIT License
301 stars 70 forks source link

add weighted voting as a combination rule #14

Open dvro opened 8 years ago

dvro commented 8 years ago

At this time, the Combination class only accepts the combination rule as parameter. We want a 'weighted' combination rule, in which one would also manually pass the weights as parameters (either in the class constructor or in the 'combine' method) and use those weights to perform the combination of classifiers predictions.

ivolima commented 8 years ago

I'm on it