Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 2.54 KB

README.rst

File metadata and controls

67 lines (51 loc) · 2.54 KB

batchglm

PyPI Python Version License Read the documentation at https://batchglm.readthedocs.io/ Build Package Status Run Tests Status Codecov pre-commit Black

Features

  • 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.

Installation

You can install batchglm via pip from PyPI:

$ pip install batchglm

Usage

Please see the API documentation for details or the jupyter notebook tutorials (TODO: need notebooks - separate docs?)

Credits

This package was created with cookietemple using Cookiecutter based on Hypermodern_Python_Cookiecutter.