Skip to content

v0.5.3

Compare
Choose a tag to compare
@dswah dswah released this 28 Jun 14:26
· 330 commits to master since this release

Bug Fixes

  • datasets are loadable like:
from pygam.datasets load cake
X, y = cake(return_X_y=True)
  • better model initializations for complex models by using the solution to linear unpenalized problem. This makes the second order PIRLS optimizer less likely to diverge by overshooting the maximum likelihood estimate.
  • ReadMe call for collaboration, examples reference dataset loaders, fix typos