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

Numpy types aliases deprecated (`np.int`, `np.bool` and `np.float`) #101

Closed simontamayo closed 2 years ago

simontamayo commented 2 years ago

Dear devs, We're having a warning related to the usage of np.int, np.bool and np.float, see image below. These "types aliases" were deprecated after numpy 1.20. Screen Shot 2021-09-22 at 8 09 19 Best and thanks, Simon