Releases: dswah/pyGAM
Releases · dswah/pyGAM
v0.5.3
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
v0.5.2
v0.5.1
v0.4.2
v0.4.1
v0.4.0
New Features
-
all GAMs have a
sample()
method that samples:- response variables,
- model coefficients,
- and expected values from the posterior probability
thanks to @cbrummitt !!! 🥇
-
all distributions have a
sample(mu)
method
Bug fixes
- can now raise to negative power
- confidence and prediction intervals use correct degrees of freedom
- all public methods that accept data check for finite data
Improvements
- fixes to documentation