Metadata-Version: 1.0
Name: dask-glm
Version: 0.1.0
Summary: Generalized Linear Models with Dask
Home-page: http://github.com/dask/dask-glm/
Author: Matthew Rocklin
Author-email: mrocklin@gmail.com
License: BSD
Description-Content-Type: UNKNOWN
Description: 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/
        
Keywords: dask,glm
Platform: UNKNOWN
