- Fit many (i.e a batch!) of GLM's all at once using numpy (coming soon: tensorflow2 or statsmodels) with a simple API
- Integrates with and provides utilities for working with familiar libraries like patsy and dask.
You can install batchglm via pip from PyPI:
$ pip install batchglm
Please see the API documentation for details or the jupyter notebook tutorials (TODO: need notebooks - separate docs?)
This package was created with cookietemple using Cookiecutter based on Hypermodern_Python_Cookiecutter.