You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the pygam.pygam.LinearGAM section on readthedocs, the documentation states that coef_[0] is the intercept (bias), while in version 0.9.0, it is in fact coef_[-1].
It would be a quick fix that would prevent new users like me from making a mistake in usage.
The text was updated successfully, but these errors were encountered:
Florent-H
changed the title
Documentation erroneously states that coef_[0] is the intercept (bias)
Documentation erroneously states that coef_[0] is the intercept (bias)
Jun 13, 2023
In the pygam.pygam.LinearGAM section on readthedocs, the documentation states that
coef_[0]
is the intercept (bias), while in version 0.9.0, it is in factcoef_[-1]
.It would be a quick fix that would prevent new users like me from making a mistake in usage.
The text was updated successfully, but these errors were encountered: