Skip to content

v0.7.1

Compare
Choose a tag to compare
@dswah dswah released this 22 Sep 01:17
· 97 commits to master since this release
9b426bb

Bug Fixes

  • fixed bug where np.int64 did not count as integers.
    the following no longer fails:
LinearGAM().gridsearch(X, y, n_splines=np.arange(5, 10)).summary()