dask / dask-glm

BSD 3-Clause "New" or "Revised" License
75 stars 46 forks source link

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

.. |Build Status| image:: https://github.com/dask/dask-glm/workflows/CI/badge.svg :target: https://github.com/dask/dask-glm/actions?query=workflow%3ACI

.. |Documentation Status| image:: https://readthedocs.org/projects/dask-glm/badge/?version=latest :target: http://dask-glm.readthedocs.io/en/latest/?badge=latest

.. _documentation: http://dask-glm.readthedocs.io/en/latest/