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

return importance history from fit #88

Closed davidfstein closed 3 years ago

davidfstein commented 3 years ago

Addresses issue #87. You already collect the importance histories. Simply adding it to the selector object so that it will be available after calling fit.

danielhomola commented 3 years ago

can you please add it to the read me too?

davidfstein commented 3 years ago

Sorry I'm not sure how to edit a merged pull. Should I just create a new one with the updated README?

danielhomola commented 3 years ago

yeah sorry I closed it too soon.. could you please create a new one for the readme? thanks!