https://github.com/dask/dask-glm
https://github.com/dask/dask-glm
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dask/dask-glm
- Owner: dask
- License: bsd-3-clause
- Created: 2016-11-18T21:28:35.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T22:10:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-08T00:42:45.581Z (over 1 year ago)
- Language: Python
- Size: 223 KB
- Stars: 76
- Watchers: 10
- Forks: 46
- Open Issues: 41
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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/