boruta_py icon indicating copy to clipboard operation
boruta_py copied to clipboard

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

Open soemthlng opened this issue 2 years ago • 1 comments

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

soemthlng avatar Apr 25 '22 06:04 soemthlng

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

Fire-dash avatar Nov 01 '23 06:11 Fire-dash