glm-tools / pyglmnet

Python implementation of elastic-net regularized generalized linear models
http://glm-tools.github.io/pyglmnet/
MIT License
279 stars 82 forks source link

np.float() to float() in pyglmnet.py #398

Closed debroize closed 11 months ago

debroize commented 11 months ago

np.float() is deprecated for numpy >=1.24, replaced by float()

jasmainak commented 11 months ago

Thanks @debroize !