https://github.com/daviddiazvico/scikit-datasets
Scikit-learn-compatible datasets
https://github.com/daviddiazvico/scikit-datasets
Last synced: 2 days ago
JSON representation
Scikit-learn-compatible datasets
- Host: GitHub
- URL: https://github.com/daviddiazvico/scikit-datasets
- Owner: daviddiazvico
- License: mit
- Created: 2017-10-24T19:10:32.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-10-04T23:55:20.000Z (6 months ago)
- Last Synced: 2025-12-11T00:37:07.441Z (3 months ago)
- Language: Python
- Size: 9.07 MB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- awesome-python-machine-learning - scikit-datasets - Scikit-learn-compatible datasets. (Uncategorized / Uncategorized)
README
# scikit-datasets
Scikit-learn-compatible datasets
## Status
[](https://github.com/daviddiazvico/scikit-datasets/actions/workflows/tests.yml)
[](https://codeclimate.com/github/daviddiazvico/scikit-datasets/maintainability)
[](https://codeclimate.com/github/daviddiazvico/scikit-datasets/test_coverage)
[](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.