BCG-X-Official / sklearndf

DataFrame support for scikit-learn.
https://bcg-x-official.github.io/sklearndf/
Apache License 2.0
63 stars 7 forks source link

API: make boruta_py an optional package; move wrapper class to submodule #226

Closed j-ittner closed 2 years ago

j-ittner commented 2 years ago

We have made 3rd party packages lgbm and xgboost optional to achieve a leaner footprint of the basic sklearndf installation. Consequentially, this PR does the same with boruta: now any DF estimator offered through a sklearndf.*.extra package will require a 3rd party package to be installed.