Metadata-Version: 2.1
Name: dask-glm
Version: 0.2.0
Summary: Generalized Linear Models with Dask
Home-page: http://github.com/dask/dask-glm/
Maintainer: Matthew Rocklin
Maintainer-email: mrocklin@gmail.com
License: BSD
Keywords: dask,glm
Provides-Extra: docs
License-File: LICENSE.txt

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://travis-ci.org/dask/dask-glm.svg?branch=master
   :target: https://travis-ci.org/dask/dask-glm

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