scikit-learn-contrib / DESlib

A Python library for dynamic classifier and ensemble selection
BSD 3-Clause "New" or "Revised" License
479 stars 106 forks source link

How do I know the aggregation technique used for each DES method? #206

Closed jayahm closed 4 years ago

jayahm commented 4 years ago

Hi,

As mentioned in your review paper, there are several types of aggregation technique for DES.

But, upon checking each code of the DS methods in deslib, I couldn't find the information on the aggregation used by each method.

Did I miss the information somewhere?

Menelau commented 4 years ago

Hello,

All methods use majority voting as aggregation rule.

jayahm commented 4 years ago

Thanks for the clarification