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

Allow random subspace from Scikit-learn #254

Closed Menelau closed 3 years ago

Menelau commented 3 years ago

This PR adds compatibility with the random subspace ensembles from scikit-learn (as part of the BaggingClassifier). Variable estimatorfeatures found on scikit-learn ensembles is used to distribute the right feature subspace for each base classifier. This PR closes issues #218 and #238