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

Unknown type of parameter:random_state, got:RandomState #78

Closed lmassaron closed 4 years ago

lmassaron commented 4 years ago

When running Boruta with a LightGBM it throws an error related to RandomState. Here is a fix that will allow it to run.