v0.6.3
New Features
gridsearch(...)
allows searching across a predefined grid of points, without doing the cartesian product, when grid is anp.ndarray
of shape(n_points, len(flatten(gam.lam)))
. This is useful for RandomSearchCV - style behavior.
Bug Fixes
estimate_r_squared(X, y)
no longer raisesAttributeError
dtype=auto
no longer allowed for termsintercept.lam = None