v0.6.1
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)