Skip to content

Releases: KSafran/glimpy

Add Regularization

19 Jan 16:46
d894369

Choose a tag to compare

This release adds regularization fitting the sklearn API

Fix Glimpy Setup

13 Jan 22:11

Choose a tag to compare

This release fixes glimpy setup by using install_requires rather than requirements.txt files

https://packaging.python.org/discussions/install-requires-vs-requirements/

Initial Glimpy Release

13 Jan 22:07

Choose a tag to compare

glimpy is a Python module for fitting generalized linear models. It's based on the scikit-learn API to facilitate use with other scikit-learn tools (pipelines, cross-validation, etc.). Models are fit using the statsmodels package.