-
Notifications
You must be signed in to change notification settings - Fork 147
/
README.txt
51 lines (29 loc) · 1013 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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).