boruta_py
boruta_py copied to clipboard
ImportError: cannot import name 'BorutaPy' from 'boruta'
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
Maybe your .py file name conflicts with the boruta module. Try to change the file name.