pyGAM icon indicating copy to clipboard operation
pyGAM copied to clipboard

Fixed the docstring of GAM classes

Open utopianf opened this issue 3 years ago • 1 comments

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

utopianf avatar Nov 15 '22 05:11 utopianf

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

codecov[bot] avatar Apr 08 '23 12:04 codecov[bot]