dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python

Home Page:https://pygam.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code is incompatible with numpy 1.24.1

gedeck opened this issue · comments

The code uses np.int which is no longer supported in numpy version 1.24.1. The PR #325 suggests to replace it with np.int_.

Issue is resolved in new release