New
v0.12.0
What's Changed
Bug Fixes
- [BUG] fix bug where parameter callbacks is not set in LinearGAM constructor by @deniseschmitz42 in https://github.com/dswah/pyGAM/pull/359
- [BUG] modify order of param validation in gridsearch by @dswah in https://github.com/dswah/pyGAM/pull/251
- [BUG] fix incorrect scale parameter in Distribution by @dswah in https://github.com/dswah/pyGAM/pull/404
- [BUG] Fix error with data ownership in cholesky by @craymichael in https://github.com/dswah/pyGAM/pull/288
- [BUG] remove dense zeros by @dswah in https://github.com/dswah/pyGAM/pull/414
- [BUG] truncate SVD by @dswah in https://github.com/dswah/pyGAM/pull/417
- [BUG] Sparse array by @jonathan-taylor in https://github.com/dswah/pyGAM/pull/373
Docs
- [DOC] Update the stringdoc of FactorTerm in terms.py by @nicoleta-kyo in https://github.com/dswah/pyGAM/pull/286
- [DOC] Update version number to 0.11.0 in README by @fkiraly in https://github.com/dswah/pyGAM/pull/407
- [DOC] Fix Documentation Builds by @dswah in https://github.com/dswah/pyGAM/pull/405
- [DOC] Fixed docstring of GAM classes - index of intercept estimate by @utopianf in https://github.com/dswah/pyGAM/pull/324
- [DOC] corrections to pygam.py docstrings by @deniseschmitz42 in https://github.com/dswah/pyGAM/pull/361
- [DOC] Use sphinx-autodoc by @dswah in https://github.com/dswah/pyGAM/pull/410
- [DOC] remove notebook prompts by @dswah in https://github.com/dswah/pyGAM/pull/413
- [DOC] Fix typo (LogitLink --> LogLink) by @craymichael in https://github.com/dswah/pyGAM/pull/287
- [DOC] TensorTerm construction, Readme, Docs by @dswah in https://github.com/dswah/pyGAM/pull/415
New Contributors
- @nicoleta-kyo made their first contribution in https://github.com/dswah/pyGAM/pull/286
- @deniseschmitz42 made their first contribution in https://github.com/dswah/pyGAM/pull/359
- @utopianf made their first contribution in https://github.com/dswah/pyGAM/pull/324
- @craymichael made their first contribution in https://github.com/dswah/pyGAM/pull/288
- @jonathan-taylor made their first contribution in https://github.com/dswah/pyGAM/pull/373
All Contributors
- @nicoleta-kyo
- @deniseschmitz42
- @utopianf
- @craymichael
- @jonathan-taylor
- @fkiraly
Full Changelog: https://github.com/dswah/pyGAM/compare/v0.11.0...v0.12.0