Skip to content

v0.6.1

Compare
Choose a tag to compare
@dswah dswah released this 13 Sep 15:28
· 170 commits to master since this release
75701bc

New Features

  • easier global arguments for terms
GAM(s(0) + s(1), n_splines=10).fit(X, y)

will broadcast n_splines=10 to all terms

Bug Fixes

  • fixed inconsistencies in GAM instatiation, where
GAM(lam=0.6).gridsearch(X, y)

worked for multi-dimensional X

but not

GAM(lam=0.6).gridsearch(X, y)