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

Unable to find "Dynamic Selection on Complexity" #199

Closed jayahm closed 4 years ago

jayahm commented 4 years ago

Hi,

Is this technique available in this library? Dynamic Selection on Complexity

Menelau commented 4 years ago

@jayahm Hello,

No, this technique is not available in the library yet. If you can contribute to an implementation of this method let me know.

jayahm commented 4 years ago

Oh, it's not available. But I saw it has been tested in your paper "Dynamic classifier selection: Recent advances and perspectives"

Menelau commented 4 years ago

It was evaluated in the review paper, however, based on the original implementation provided by the author. I have plans to have this method added to the library in the future, however, there are some things in its implementation I still need to think about how to put in the context of the library (such as the way they use dataset complexity measures in the competence estimation etc).