scikit-learn-contrib / boruta_py

Python implementations of the Boruta all-relevant feature selection method.
BSD 3-Clause "New" or "Revised" License
1.46k stars 252 forks source link

support for onevsrestclassifier #85

Open gudeqing opened 3 years ago

gudeqing commented 3 years ago

Could boruta_py be adapted to a nested model such as onevsrestclassifier(RandomForestClassifier())?