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

ImportError: cannot import name 'BorutaPy' from 'boruta' #106

Open soemthlng opened 2 years ago

soemthlng commented 2 years ago

I download boruta's latest version through pypi (0.3 version) This error still occur (ImportError: cannot import name 'BorutaPy' from 'boruta' )

Is there any solution for this error?

My Ubuntu server specs are below Ubuntu 20.04.2 LTS python 3.7.11 conda 4.12.0

Fire-dash commented 8 months ago

Maybe your .py file name conflicts with the boruta module. Try to change the file name.