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

importance_history_ #95

Open mreagor opened 3 years ago

mreagor commented 3 years ago

I would like to use the attribute importancehistory in order to get some stats much like attStats does for Boruta in R. I noticed that it is an attribute in the code, but does not seem to return it. How can I do this?

cerlymarco commented 3 years ago

They didn't release the new version on pypi.... you have to install it from source to get this feature

!pip install git+https://github.com/scikit-learn-contrib/boruta_py

tejaspancholi commented 11 months ago

Hi @mreagor were you able to use this feature? I am also trying to use this feature but not able to install it in google colab using the link shared by @cerlymarco. is there any other way to get the latest functionality?