Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 756 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 756 Bytes

Generalized Linear Models in Dask

Build Status Documentation Status

This library is not ready for use.

See the documentation for more information.

Developer Setup

Setup environment (from repo directory):

conda create env
source activate dask_glm
pip install -e .

Run tests:

py.test