scikit-datasets


Namescikit-datasets JSON
Version 0.2.4 PyPI version JSON
download
home_page
SummaryScikit-learn-compatible datasets
upload_time2023-08-08 14:02:18
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2017 David Díaz Vico Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords scikit-learn datasets repository benchmark python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # scikit-datasets
Scikit-learn-compatible datasets

## Status
[![Tests](https://github.com/daviddiazvico/scikit-datasets/actions/workflows/tests.yml/badge.svg)](https://github.com/daviddiazvico/scikit-datasets/actions/workflows/tests.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/a37c9ee152b41a0cb577/maintainability)](https://codeclimate.com/github/daviddiazvico/scikit-datasets/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a37c9ee152b41a0cb577/test_coverage)](https://codeclimate.com/github/daviddiazvico/scikit-datasets/test_coverage)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6383047.svg)](https://doi.org/10.5281/zenodo.6383047)

## Installation
Available in [PyPI](https://pypi.python.org/pypi?:action=display&name=scikit-datasets)
```
pip install scikit-datasets
```

## Documentation
Autogenerated and hosted in [GitHub Pages](https://daviddiazvico.github.io/scikit-datasets/)

## Distribution
Run the following command from the project home to create the distribution
```
python setup.py sdist bdist_wheel
```
and upload the package to [testPyPI](https://testpypi.python.org/)
```
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
```
or [PyPI](https://pypi.python.org/)
```
twine upload dist/*
```

## Citation
If you find scikit-datasets useful, please cite it in your publications.
You can find the appropriate citation format in the sidebar, in both APA and
Bibtex.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "scikit-datasets",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "David Diaz Vico <david.diaz.vico@outlook.com>, Carlos Ramos Carre\u00f1o <vnmabus@gmail.com>",
    "keywords": "scikit-learn,datasets,repository,benchmark,Python",
    "author": "",
    "author_email": "David Diaz Vico <david.diaz.vico@outlook.com>, Carlos Ramos Carre\u00f1o <vnmabus@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a0/52/5422e30a5f85ff1c2bc4cf3b3fd6d042b11aa44a90bc4b7b9f7777eac21b/scikit-datasets-0.2.4.tar.gz",
    "platform": null,
    "description": "# scikit-datasets\nScikit-learn-compatible datasets\n\n## Status\n[![Tests](https://github.com/daviddiazvico/scikit-datasets/actions/workflows/tests.yml/badge.svg)](https://github.com/daviddiazvico/scikit-datasets/actions/workflows/tests.yml)\n[![Maintainability](https://api.codeclimate.com/v1/badges/a37c9ee152b41a0cb577/maintainability)](https://codeclimate.com/github/daviddiazvico/scikit-datasets/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/a37c9ee152b41a0cb577/test_coverage)](https://codeclimate.com/github/daviddiazvico/scikit-datasets/test_coverage)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6383047.svg)](https://doi.org/10.5281/zenodo.6383047)\n\n## Installation\nAvailable in [PyPI](https://pypi.python.org/pypi?:action=display&name=scikit-datasets)\n```\npip install scikit-datasets\n```\n\n## Documentation\nAutogenerated and hosted in [GitHub Pages](https://daviddiazvico.github.io/scikit-datasets/)\n\n## Distribution\nRun the following command from the project home to create the distribution\n```\npython setup.py sdist bdist_wheel\n```\nand upload the package to [testPyPI](https://testpypi.python.org/)\n```\ntwine upload --repository-url https://test.pypi.org/legacy/ dist/*\n```\nor [PyPI](https://pypi.python.org/)\n```\ntwine upload dist/*\n```\n\n## Citation\nIf you find scikit-datasets useful, please cite it in your publications.\nYou can find the appropriate citation format in the sidebar, in both APA and\nBibtex.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2017 David D\u00edaz Vico  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Scikit-learn-compatible datasets",
    "version": "0.2.4",
    "project_urls": {
        "documentation": "https://daviddiazvico.github.io/scikit-datasets/",
        "download": "https://github.com/daviddiazvico/scikit-datasets/archive/v0.2.2.tar.gz",
        "homepage": "https://github.com/daviddiazvico/scikit-datasets",
        "repository": "https://github.com/daviddiazvico/scikit-datasets"
    },
    "split_keywords": [
        "scikit-learn",
        "datasets",
        "repository",
        "benchmark",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3f2a826a6cbac91dba8f656ba88e5b97c7ff467cb43a079e4331b83802e4d37",
                "md5": "1381b093d835e7567eb6b3a980181140",
                "sha256": "96eb9c2bf377a4e7b545d6a9397e8e9fa157b151f8c01e94cdb2ee25f7e1f018"
            },
            "downloads": -1,
            "filename": "scikit_datasets-0.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1381b093d835e7567eb6b3a980181140",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 50408,
            "upload_time": "2023-08-08T14:02:16",
            "upload_time_iso_8601": "2023-08-08T14:02:16.774649Z",
            "url": "https://files.pythonhosted.org/packages/d3/f2/a826a6cbac91dba8f656ba88e5b97c7ff467cb43a079e4331b83802e4d37/scikit_datasets-0.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0525422e30a5f85ff1c2bc4cf3b3fd6d042b11aa44a90bc4b7b9f7777eac21b",
                "md5": "30b7fe82b51e5d3177184ac482a7dd56",
                "sha256": "5ea60852d22a8b244ce7b35ad34bc7f9a0a78fe1db44dc27b7c1436bb065f2cc"
            },
            "downloads": -1,
            "filename": "scikit-datasets-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "30b7fe82b51e5d3177184ac482a7dd56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 35162,
            "upload_time": "2023-08-08T14:02:18",
            "upload_time_iso_8601": "2023-08-08T14:02:18.610988Z",
            "url": "https://files.pythonhosted.org/packages/a0/52/5422e30a5f85ff1c2bc4cf3b3fd6d042b11aa44a90bc4b7b9f7777eac21b/scikit-datasets-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 14:02:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "daviddiazvico",
    "github_project": "scikit-datasets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scikit-datasets"
}
        
Elapsed time: 0.10659s