edikedik / eBoruta

Flexible and transparent Python Boruta implementation
https://eboruta.readthedocs.io/en/latest/
MIT License
8 stars 1 forks source link

Remove call to deprecated `np.int` #2

Closed vinnymeller closed 1 year ago

vinnymeller commented 1 year ago

In numpy 1.20.0, the np.int alias was deprecated. It seems that every published Boruta package suffers from this issue.

Numpy changelog: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations