pyGAM
pyGAM copied to clipboard
Overflow RuntimeWarning
There seems to be some overflow in line 197 in pygam/links.py. This is mostly cause by exceeding the float value. The easiest fix would be to clip the function with np.clip to a smaller value like 700 to prevent this overflow. I manage to fix it but will open the PR after #366 has been merge to main.