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

Fix single model pool #216

Closed Menelau closed 4 years ago

Menelau commented 4 years ago

Adding checks to not allow a pool of classifiers composed of a single model.

pep8speaks commented 4 years ago

Hello @Menelau! Thanks for opening this PR.

Line 351:1: W391 blank line at end of file

Do see the Hitchhiker's guide to code style