Metadata-Version: 2.1
Name: scikit-datasets
Version: 0.1.21
Summary: Scikit-learn-compatible datasets
Home-page: https://github.com/daviddiazvico/scikit-datasets
Author: David Diaz Vico
Author-email: david.diaz.vico@outlook.com
License: UNKNOWN
Download-URL: https://github.com/daviddiazvico/scikit-datasets/archive/v0.1.21.tar.gz
Keywords: scikit-learn
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: scikit-learn
Provides-Extra: cran
Requires-Dist: rdata; extra == 'cran'
Provides-Extra: forex
Requires-Dist: forex-python; extra == 'forex'
Provides-Extra: keel
Requires-Dist: pandas; extra == 'keel'
Provides-Extra: keras
Requires-Dist: keras; extra == 'keras'

# scikit-datasets
Scikit-learn-compatible datasets

## Status
[![Build Status](https://travis-ci.com/daviddiazvico/scikit-datasets.svg?branch=master)](https://travis-ci.com/daviddiazvico/scikit-datasets)
[![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)

## 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 use this [BibTeX](http://www.bibtex.org/) entry:
```
@misc{scikit-datasets,
      title={scikit-datasets},
      author={Diaz-Vico, David},
      year={2017},
      publisher={GitHub},
      howpublished={\url{https://github.com/daviddiazvico/scikit-datasets}}}
```

