LAMDA-NJU / Deep-Forest

An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1)
https://deep-forest.readthedocs.io
Other
913 stars 160 forks source link

correct np.int to int. Numpy alias np.int has been deprecated #123

Closed dprat closed 1 year ago

dprat commented 1 year ago

minor correction: np.int to int. Numpy alias np.int has been deprecated leading to error in the package.

xuyxu commented 1 year ago

Thanks @dprat.

liupeiID commented 1 year ago

How could we update this correction after the deep-forest package is installed with 'pip install deep-forest'?

dprat commented 1 year ago

It depends on the author of the package to make a new release on pip. For now I guess you can install it from source and then do : python setup.py install

simonprovost commented 10 months ago

@xuyxu when will we'd get a release out of this merged PR on PiP, please?

xuyxu commented 10 months ago

@simonprovost will take a look soon, thanks.