Skip to content

v0.6.3

Compare
Choose a tag to compare
@dswah dswah released this 17 Sep 14:14
· 157 commits to master since this release
10615a9

New Features

  • gridsearch(...) allows searching across a predefined grid of points, without doing the cartesian product, when grid is a np.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 raises AttributeError
  • dtype=auto no longer allowed for terms
  • intercept.lam = None