Skip to content

sorend/scikit-datasets

 
 

Repository files navigation

scikit-datasets

Scikit-learn-compatible datasets

Status

Build Status Maintainability Test Coverage Build Status

Installation

Available in PyPI

pip install scikit-datasets

Documentation

Autogenerated and hosted in GitHub Pages

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

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

or PyPI

twine upload dist/*

Citation

If you find scikit-datasets useful, please cite it in your publications. You can use this BibTeX entry:

@misc{scikit-datasets,
      title={scikit-datasets},
      author={Diaz-Vico, David},
      year={2017},
      publisher={GitHub},
      howpublished={\url{https://github.com/daviddiazvico/scikit-datasets}}}

About

Scikit-learn-compatible datasets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%