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

Version update of Boruta on pypi? #111

Open proexcuse opened 1 year ago

proexcuse commented 1 year ago

Hello, I'd love to use new features like return_df in BorutaPy transform method, but can't with the latest version on pypi. Is there any chance that I can use soon? When is the next update?

bruderooo commented 1 year ago

@danielhomola wdyt?

rodrigc commented 3 months ago

I am taking a data science class, and our lectures use Boruta_py. @danielhomola can you make a new release on PyPi? The existing version of Boruta on PyPi does not have this fix: https://github.com/scikit-learn-contrib/boruta_py/pull/102 which is necessary to work with the newest versions of NumPy.

rodrigc commented 3 months ago

@danielhomola @erikvdp I think all that is required is to create a new tag in Git. This will trigger this GitHub Action https://github.com/scikit-learn-contrib/boruta_py/blob/master/.github/workflows/publish-to-pypi.yml to push the new release to PyPi. The GHA was added by @aglove2189 in https://github.com/scikit-learn-contrib/boruta_py/pull/109

erikvdp commented 3 months ago

I unfortunately have no permissions to push a new tag:

git push origin 0.4
remote: Permission to scikit-learn-contrib/boruta_py.git denied to erikvdp.
fatal: unable to access 'https://github.com/scikit-learn-contrib/boruta_py.git/': The requested URL returned error: 403

I thnk only @danielhomola has the rights to do so.

rodrigc commented 3 months ago

@erikvdp Thanks for trying. Hopefully @danielhomola can respond