scikit-learn-contrib / DESlib

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

Refactor flow base methods #253

Closed Menelau closed 3 years ago

Menelau commented 3 years ago

Refactoring the basic get_region_competence, estimate_competence, select, and classify_with_ds methods. Removing the need to pass the query through all steps. Query now is only needed for estimating the region of competence.

Also making the method to compute the region of competence, get_region_competence public.