hilearn


Namehilearn JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/huangyh09/hilearn
SummaryHiLearn: A small library of machine learning methods.
upload_time2021-03-07 11:35:48
maintainer
docs_urlNone
authorYuanhua Huang
requires_python
licenseApache-2.0
keywords machine learning data visualisation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |PyPI| |Docs| |Build Status|

.. |PyPI| image:: https://img.shields.io/pypi/v/hilearn.svg
    :target: https://pypi.org/project/hilearn
.. |Docs| image:: https://readthedocs.org/projects/hilearn/badge/?version=latest
   :target: https://hilearn.readthedocs.io
.. |Build Status| image:: https://travis-ci.org/huangyh09/hilearn.svg?branch=master
   :target: https://travis-ci.org/huangyh09/hilearn
   
HiLearn
=======

A small library of machine learning models and utility & plotting functions:

1. a set of utility functions, e.g., wrap function for cross-validation on 
   regression and classification models

2. a set of small models, e.g., mixture of linear regression model

3. a set of plotting functions, e.g., `corr_plot`, `ROC_curve`, `PR_curve`


How to install?
---------------

Easy install with *pip* by ``pip install hilearn`` for released version or the 
latest version on github (less stable though)

.. code-block:: bash

  pip install -U git+https://github.com/huangyh09/hilearn

If you don't have the root permission, add ``--user``.


Documentation
-------------

See the documentation_ for how to use, e.g., `cross-validation`_ and 
`plotting functions`_.

.. _documentation: https://hilearn.readthedocs.io
.. _`cross-validation`: https://hilearn.readthedocs.io/en/latest/cross_validation.html
.. _`plotting functions`: https://hilearn.readthedocs.io/en/latest/plotting.html
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/huangyh09/hilearn",
    "name": "hilearn",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "machine learning,data visualisation",
    "author": "Yuanhua Huang",
    "author_email": "yuanhua@hku.hk",
    "download_url": "https://files.pythonhosted.org/packages/cf/25/dcbfc8c2425345f2df9e89ff7b8e3bf12bc9ec9e7495553f06b7b8ef9110/hilearn-0.2.2.tar.gz",
    "platform": "",
    "description": "|PyPI| |Docs| |Build Status|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/hilearn.svg\n    :target: https://pypi.org/project/hilearn\n.. |Docs| image:: https://readthedocs.org/projects/hilearn/badge/?version=latest\n   :target: https://hilearn.readthedocs.io\n.. |Build Status| image:: https://travis-ci.org/huangyh09/hilearn.svg?branch=master\n   :target: https://travis-ci.org/huangyh09/hilearn\n   \nHiLearn\n=======\n\nA small library of machine learning models and utility & plotting functions:\n\n1. a set of utility functions, e.g., wrap function for cross-validation on \n   regression and classification models\n\n2. a set of small models, e.g., mixture of linear regression model\n\n3. a set of plotting functions, e.g., `corr_plot`, `ROC_curve`, `PR_curve`\n\n\nHow to install?\n---------------\n\nEasy install with *pip* by ``pip install hilearn`` for released version or the \nlatest version on github (less stable though)\n\n.. code-block:: bash\n\n  pip install -U git+https://github.com/huangyh09/hilearn\n\nIf you don't have the root permission, add ``--user``.\n\n\nDocumentation\n-------------\n\nSee the documentation_ for how to use, e.g., `cross-validation`_ and \n`plotting functions`_.\n\n.. _documentation: https://hilearn.readthedocs.io\n.. _`cross-validation`: https://hilearn.readthedocs.io/en/latest/cross_validation.html\n.. _`plotting functions`: https://hilearn.readthedocs.io/en/latest/plotting.html",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "HiLearn: A small library of machine learning methods.",
    "version": "0.2.2",
    "split_keywords": [
        "machine learning",
        "data visualisation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf25dcbfc8c2425345f2df9e89ff7b8e3bf12bc9ec9e7495553f06b7b8ef9110",
                "md5": "21758891317b56f2bb92bf14593dc47b",
                "sha256": "a9c6482b73325557bfa5fc757d5394dcbd58f3db0df429417318a11399c6ad16"
            },
            "downloads": -1,
            "filename": "hilearn-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "21758891317b56f2bb92bf14593dc47b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 539325,
            "upload_time": "2021-03-07T11:35:48",
            "upload_time_iso_8601": "2021-03-07T11:35:48.296091Z",
            "url": "https://files.pythonhosted.org/packages/cf/25/dcbfc8c2425345f2df9e89ff7b8e3bf12bc9ec9e7495553f06b7b8ef9110/hilearn-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-03-07 11:35:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "huangyh09",
    "github_project": "hilearn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hilearn"
}
        
Elapsed time: 0.09800s