dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
852 stars 156 forks source link

Fixed the docstring of GAM classes #324

Open utopianf opened 1 year ago

utopianf commented 1 year ago

According to this code, intercept will be added at the end of self.coef (self.coef[-1]) but not self.coef_[0]

codecov[bot] commented 1 year ago

Codecov Report

Merging #324 (6ac6625) into master (620958f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #324   +/-   ##
=======================================
  Coverage   95.01%   95.01%           
=======================================
  Files          22       22           
  Lines        3208     3208           
=======================================
  Hits         3048     3048           
  Misses        160      160           
Impacted Files Coverage Δ
pygam/pygam.py 94.55% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more