boruta_py icon indicating copy to clipboard operation
boruta_py copied to clipboard

visualization - box plot like R-Cran package

Open bhaskatripathi opened this issue 5 years ago • 3 comments

Hi, I just wanted to check if there is a way to see the visualization of box-plot and Z-importance scores like R-CRAN package https://www.analyticsvidhya.com/blog/2016/03/select-important-variables-boruta-package/

bhaskatripathi avatar Nov 24 '20 10:11 bhaskatripathi

Hi, I just wanted to check if there is a way to see the visualization of box-plot and Z-importance scores like R-CRAN package https://www.analyticsvidhya.com/blog/2016/03/select-important-variables-boruta-package/

Hi, not currently in Boruta_Py. You can check https://github.com/Ekeany/Boruta-Shap or https://github.com/ThomasBury/arfs

ThomasBury avatar Dec 01 '20 10:12 ThomasBury

I love @bhaskatripathi's suggestion for a box-plot visualization and Z-importance scores like the R-CRAN package.

I originally used R's Boruta package with great success - largely due to the easily interpretable visualization and Z-importance scores.

So, when my professional projects took me toward Python, I naturally sought out a Python Boruta implementation...however, absent the visualization and Z-importance scores...I find the utility of this Python implementation to be lacking compared to what I was accustomed to with the R implementation.

Would love to see a box-plot visualization and Z-importance scores added in future versions of this package.

Thank you!!!

tjhallum avatar Feb 18 '21 16:02 tjhallum

Hi, I just wanted to check if there is a way to see the visualization of box-plot and Z-importance scores like R-CRAN package https://www.analyticsvidhya.com/blog/2016/03/select-important-variables-boruta-package/

Hi, not currently in Boruta_Py. You can check https://github.com/Ekeany/Boruta-Shap or https://github.com/ThomasBury/arfs

In addition to the two above packages, there is a PR with (among others) this implemented: https://github.com/scikit-learn-contrib/boruta_py/pull/100

ThomasBury avatar Aug 30 '21 10:08 ThomasBury