• Stars
    star
    473
  • Rank 92,238 (Top 2 %)
  • Language
    Python
  • Created about 13 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Data sets for machine learning in Python
skdata (scikit-data)
====================

Skdata is a library of data sets for machine learning and statistics. This
module provides standardized Python access to toy problems as well
as popular computer vision and natural language processing data sets.

The project is hosted at github:
http://jaberg.github.com/skdata


Installation
------------

There are several options for installation:

  * From scratch:

      * pip install --user

  * From a fresh git checkout:

      * python setup.py develop

      * python setup.py install


Documentation
-------------

See http://jaberg.github.com/skdata


News
----

Join the mailing list:
https://groups.google.com/forum/#!forum/skdata


Thanks
------

Github maintains an up-to-date list of direct contributors:
https://github.com/jaberg/skdata/graphs

A special thanks goes to David Cox, who provided inspiration and design
guidance, and generally got this project started.

This work was supported in part by the National Science Foundation (IIS-0963668).