dask-glm


Namedask-glm JSON
Version 0.3.2 PyPI version JSON
download
home_pagehttp://github.com/dask/dask-glm/
SummaryGeneralized Linear Models with Dask
upload_time2023-11-30 07:58:29
maintainerMatthew Rocklin
docs_urlNone
author
requires_python
licenseBSD
keywords dask glm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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/

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/dask/dask-glm/",
    "name": "dask-glm",
    "maintainer": "Matthew Rocklin",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "mrocklin@gmail.com",
    "keywords": "dask,glm",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/da/2b/bfd5cc11f023af8a1b7c22141cb7cd3bde05384883fe7d47a1e8cf02342a/dask-glm-0.3.2.tar.gz",
    "platform": null,
    "description": "Generalized Linear Models in Dask\n=================================\n\n|Build Status| |Documentation Status|\n\n*This library is not ready for use.*\n\nSee the `documentation`_ for more information.\n\nDeveloper Setup\n---------------\nSetup environment (from repo directory)::\n    \n    conda create env\n    source activate dask_glm\n    pip install -e .\n\nRun tests::\n\n    py.test\n\n\n\n.. |Build Status| image:: https://github.com/dask/dask-glm/workflows/CI/badge.svg\n   :target: https://github.com/dask/dask-glm/actions?query=workflow%3ACI\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/dask-glm/badge/?version=latest\n   :target: http://dask-glm.readthedocs.io/en/latest/?badge=latest\n\n.. _documentation: http://dask-glm.readthedocs.io/en/latest/\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Generalized Linear Models with Dask",
    "version": "0.3.2",
    "project_urls": {
        "Homepage": "http://github.com/dask/dask-glm/"
    },
    "split_keywords": [
        "dask",
        "glm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a8ecd1502dd2d00d54fb3e10880d4c8cb6699320a239da7a39c9f55044afdee",
                "md5": "438f5eaf16e1ea23b1cce41b3e518ca8",
                "sha256": "649e55f24e5e0d91a51e0d8d45a9b005dde3c3e6b6480e1290422adec91d4da6"
            },
            "downloads": -1,
            "filename": "dask_glm-0.3.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "438f5eaf16e1ea23b1cce41b3e518ca8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 13479,
            "upload_time": "2023-11-30T07:58:26",
            "upload_time_iso_8601": "2023-11-30T07:58:26.777376Z",
            "url": "https://files.pythonhosted.org/packages/8a/8e/cd1502dd2d00d54fb3e10880d4c8cb6699320a239da7a39c9f55044afdee/dask_glm-0.3.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da2bbfd5cc11f023af8a1b7c22141cb7cd3bde05384883fe7d47a1e8cf02342a",
                "md5": "0324a0b7c244f4ac94154d99452ad8f2",
                "sha256": "c947a566866698a01d79978ae73233cb5e838ad5ead6085143582c5e930b9a4a"
            },
            "downloads": -1,
            "filename": "dask-glm-0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0324a0b7c244f4ac94154d99452ad8f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29649,
            "upload_time": "2023-11-30T07:58:29",
            "upload_time_iso_8601": "2023-11-30T07:58:29.636555Z",
            "url": "https://files.pythonhosted.org/packages/da/2b/bfd5cc11f023af8a1b7c22141cb7cd3bde05384883fe7d47a1e8cf02342a/dask-glm-0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-30 07:58:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dask",
    "github_project": "dask-glm",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "dask-glm"
}
        
Elapsed time: 0.14819s