Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation erroneously states that coef_[0] is the intercept (bias) #335

Open
Florent-H opened this issue Jun 13, 2023 · 1 comment · May be fixed by #361
Open

Documentation erroneously states that coef_[0] is the intercept (bias) #335

Florent-H opened this issue Jun 13, 2023 · 1 comment · May be fixed by #361

Comments

@Florent-H
Copy link

Florent-H commented 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 fact coef_[-1].

It would be a quick fix that would prevent new users like me from making a mistake in usage.

@Florent-H 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
@dswah
Copy link
Owner

dswah commented Feb 8, 2024

thanks for pointing this out!

@dswah dswah self-assigned this Feb 8, 2024
@deniseschmitz42 deniseschmitz42 linked a pull request Sep 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants