scikit-learn-contrib / boruta_py

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

Iterating over 0-d array #60

Closed ADI10HERO closed 5 years ago

ADI10HERO commented 5 years ago

When running boruta if all features get selected the code gives error when _nanrankdata is called under BorutaPy

image

danielhomola commented 5 years ago

this should be fixed in the new pypi version.. please run

pip uninstall boruta
pip install boruta

thanks