julearn


Namejulearn JSON
Version 0.3.4 PyPI version JSON
download
home_pageNone
SummaryJuelich Machine Learning Library
upload_time2024-10-17 14:13:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseAGPL-3.0-only
keywords machine-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # julearn

![PyPI](https://img.shields.io/pypi/v/julearn?style=flat-square)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/julearn?style=flat-square)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/julearn?style=flat-square)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/julearn/badges/version.svg)](https://anaconda.org/conda-forge/julearn)
![GitHub](https://img.shields.io/github/license/juaml/julearn?style=flat-square)
![Codecov](https://img.shields.io/codecov/c/github/juaml/julearn?style=flat-square)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

## About

The Forschungszentrum Jülich Machine Learning Library

Check our full documentation here: https://juaml.github.io/julearn/index.html

It is currently being developed and maintained at the [Applied Machine Learning](https://www.fz-juelich.de/en/inm/inm-7/research-groups/applied-machine-learning-aml) group at [Forschungszentrum Juelich](https://www.fz-juelich.de/en), Germany.

## Installation

Use `pip` to install from PyPI like so:

```
pip install julearn
```

You can also install via `conda`, like so:

```
conda install -c conda-forge julearn
```

## Licensing

julearn is released under the AGPL v3 license:

julearn, FZJuelich AML machine learning library.
Copyright (C) 2020, authors of julearn.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

## Citing

If you use julearn in a scientific publication, please use the following reference

> Hamdan, Sami, Shammi More, Leonard Sasse, Vera Komeyer, Kaustubh R. Patil, and Federico Raimondo. ‘Julearn: An Easy-to-Use Library for Leakage-Free Evaluation and Inspection of ML Models’. arXiv, 19 October 2023. https://doi.org/10.48550/arXiv.2310.12568.

Since julearn is also heavily reliant on scikit-learn, please also cite them: https://scikit-learn.org/stable/about.html#citing-scikit-learn

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "julearn",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Sami Hamdan <s.hamdan@fz-juelich.de>",
    "keywords": "machine-learning",
    "author": null,
    "author_email": "Fede Raimondo <f.raimondo@fz-juelich.de>, Sami Hamdan <s.hamdan@fz-juelich.de>",
    "download_url": "https://files.pythonhosted.org/packages/60/02/9fda9707bae33bfe7ad344bd6c75b014063d2d0178456b14c34ccd604108/julearn-0.3.4.tar.gz",
    "platform": null,
    "description": "# julearn\n\n![PyPI](https://img.shields.io/pypi/v/julearn?style=flat-square)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/julearn?style=flat-square)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/julearn?style=flat-square)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/julearn/badges/version.svg)](https://anaconda.org/conda-forge/julearn)\n![GitHub](https://img.shields.io/github/license/juaml/julearn?style=flat-square)\n![Codecov](https://img.shields.io/codecov/c/github/juaml/julearn?style=flat-square)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n\n## About\n\nThe Forschungszentrum J\u00fclich Machine Learning Library\n\nCheck our full documentation here: https://juaml.github.io/julearn/index.html\n\nIt is currently being developed and maintained at the [Applied Machine Learning](https://www.fz-juelich.de/en/inm/inm-7/research-groups/applied-machine-learning-aml) group at [Forschungszentrum Juelich](https://www.fz-juelich.de/en), Germany.\n\n## Installation\n\nUse `pip` to install from PyPI like so:\n\n```\npip install julearn\n```\n\nYou can also install via `conda`, like so:\n\n```\nconda install -c conda-forge julearn\n```\n\n## Licensing\n\njulearn is released under the AGPL v3 license:\n\njulearn, FZJuelich AML machine learning library.\nCopyright (C) 2020, authors of julearn.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n\n## Citing\n\nIf you use julearn in a scientific publication, please use the following reference\n\n> Hamdan, Sami, Shammi More, Leonard Sasse, Vera Komeyer, Kaustubh R. Patil, and Federico Raimondo. \u2018Julearn: An Easy-to-Use Library for Leakage-Free Evaluation and Inspection of ML Models\u2019. arXiv, 19 October 2023. https://doi.org/10.48550/arXiv.2310.12568.\n\nSince julearn is also heavily reliant on scikit-learn, please also cite them: https://scikit-learn.org/stable/about.html#citing-scikit-learn\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-only",
    "summary": "Juelich Machine Learning Library",
    "version": "0.3.4",
    "project_urls": {
        "documentation": "https://juaml.github.io/julearn",
        "homepage": "https://juaml.github.io/julearn",
        "repository": "https://github.com/juaml/julearn"
    },
    "split_keywords": [
        "machine-learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd14c07e2cd95e150d1c79964ea41d07fed57b215553ad56dbe36952416ecbea",
                "md5": "b1a529f5b525078c425175c0f152b8ab",
                "sha256": "c8cad3ca6915745971a727e010b0de52800f2c351356a2fc72d6db16e8624491"
            },
            "downloads": -1,
            "filename": "julearn-0.3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1a529f5b525078c425175c0f152b8ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 246580,
            "upload_time": "2024-10-17T14:13:44",
            "upload_time_iso_8601": "2024-10-17T14:13:44.067645Z",
            "url": "https://files.pythonhosted.org/packages/dd/14/c07e2cd95e150d1c79964ea41d07fed57b215553ad56dbe36952416ecbea/julearn-0.3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60029fda9707bae33bfe7ad344bd6c75b014063d2d0178456b14c34ccd604108",
                "md5": "2e5e16d023d8d7fd5eaf2cd5dc9ce3c0",
                "sha256": "0527b5b812a11f2df347dc3025293eec75e6b746532ee56f827ea81888954bd2"
            },
            "downloads": -1,
            "filename": "julearn-0.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "2e5e16d023d8d7fd5eaf2cd5dc9ce3c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1301539,
            "upload_time": "2024-10-17T14:13:46",
            "upload_time_iso_8601": "2024-10-17T14:13:46.141753Z",
            "url": "https://files.pythonhosted.org/packages/60/02/9fda9707bae33bfe7ad344bd6c75b014063d2d0178456b14c34ccd604108/julearn-0.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 14:13:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "juaml",
    "github_project": "julearn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "julearn"
}
        
Elapsed time: 0.38616s