LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/index.md
docs/api/backend_info.md
docs/api/bernoulli_glm.md
docs/api/gamma_glm.md
docs/api/gaussian_glm.md
docs/api/inverse_gaussian_glm.md
docs/api/irls.md
docs/api/poisson_glm.md
src/gpu_glm/__init__.py
src/gpu_glm/models.py
src/gpu_glm.egg-info/PKG-INFO
src/gpu_glm.egg-info/SOURCES.txt
src/gpu_glm.egg-info/dependency_links.txt
src/gpu_glm.egg-info/requires.txt
src/gpu_glm.egg-info/top_level.txt
tests/test_backend_info.py
tests/test_bernoulli.py
tests/test_gamma.py
tests/test_gaussian.py
tests/test_gaussian_scikit.py
tests/test_inverse_gaussian.py
tests/test_poisson.py
tests/test_regularized_bernoulli.py
tests/test_regularized_gamma.py
tests/test_regularized_gaussian.py
tests/test_regularized_inverse_gaussian.py
tests/test_regularized_poisson.py