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

BorutaPy not existent in boruta_py #62

Closed elnazsn closed 5 years ago

elnazsn commented 5 years ago

Dear Dan - thanks for the code, I was having issues with the 0 array rerpoted elsewhere which you had fixed by posting that the package should be cloned direcrt from Github using which I did , !git clone https://github.com/scikit-learn-contrib/boruta_py.git If I then attempt to (per the example here: http://danielhomola.com/2015/05/08/borutapy-an-all-relevant-feature-selection-method/ import BorutaPy from .boruta_py or boruta_py, the module doesnt exist: ImportError: cannot import name 'boruta_py' from 'boruta_py' (unknown location) whereas while installing boruta_py via git install was succesful:

(base) C:\Users\Amin>git clone https://github.com/scikit-learn-contrib/boruta_py.git Cloning into 'boruta_py'... remote: Enumerating objects: 17, done. remote: Counting objects: 100% (17/17), done. remote: Compressing objects: 100% (10/10), done. remote: Total 284 (delta 8), reused 16 (delta 7), pack-reused 267 Receiving objects: 100% (284/284), 146.78 KiB | 853.00 KiB/s, done. Resolving deltas: 100% (134/134), done.

do you have advice on how to fix this? the pip version will have the 0 array issue and this one cannot locate Boruta_py

danielhomola commented 5 years ago

released a new version to pypi.