haibaraconan
commited on
Commit
•
3be7de8
1
Parent(s):
2de6e1e
Delete html
Browse files- html/README.md +0 -19
- html/anscombe.json +0 -49
- html/california_housing_test.csv +0 -0
- html/california_housing_train.csv +0 -0
- html/mnist_test.csv +0 -3
- html/mnist_train_small.csv +0 -3
html/README.md
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
This directory includes a few sample datasets to get you started.
|
2 |
-
|
3 |
-
* `california_housing_data*.csv` is California housing data from the 1990 US
|
4 |
-
Census; more information is available at:
|
5 |
-
https://developers.google.com/machine-learning/crash-course/california-housing-data-description
|
6 |
-
|
7 |
-
* `mnist_*.csv` is a small sample of the
|
8 |
-
[MNIST database](https://en.wikipedia.org/wiki/MNIST_database), which is
|
9 |
-
described at: http://yann.lecun.com/exdb/mnist/
|
10 |
-
|
11 |
-
* `anscombe.json` contains a copy of
|
12 |
-
[Anscombe's quartet](https://en.wikipedia.org/wiki/Anscombe%27s_quartet); it
|
13 |
-
was originally described in
|
14 |
-
|
15 |
-
Anscombe, F. J. (1973). 'Graphs in Statistical Analysis'. American
|
16 |
-
Statistician. 27 (1): 17-21. JSTOR 2682899.
|
17 |
-
|
18 |
-
and our copy was prepared by the
|
19 |
-
[vega_datasets library](https://github.com/altair-viz/vega_datasets/blob/4f67bdaad10f45e3549984e17e1b3088c731503d/vega_datasets/_data/anscombe.json).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html/anscombe.json
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
[
|
2 |
-
{"Series":"I", "X":10.0, "Y":8.04},
|
3 |
-
{"Series":"I", "X":8.0, "Y":6.95},
|
4 |
-
{"Series":"I", "X":13.0, "Y":7.58},
|
5 |
-
{"Series":"I", "X":9.0, "Y":8.81},
|
6 |
-
{"Series":"I", "X":11.0, "Y":8.33},
|
7 |
-
{"Series":"I", "X":14.0, "Y":9.96},
|
8 |
-
{"Series":"I", "X":6.0, "Y":7.24},
|
9 |
-
{"Series":"I", "X":4.0, "Y":4.26},
|
10 |
-
{"Series":"I", "X":12.0, "Y":10.84},
|
11 |
-
{"Series":"I", "X":7.0, "Y":4.81},
|
12 |
-
{"Series":"I", "X":5.0, "Y":5.68},
|
13 |
-
|
14 |
-
{"Series":"II", "X":10.0, "Y":9.14},
|
15 |
-
{"Series":"II", "X":8.0, "Y":8.14},
|
16 |
-
{"Series":"II", "X":13.0, "Y":8.74},
|
17 |
-
{"Series":"II", "X":9.0, "Y":8.77},
|
18 |
-
{"Series":"II", "X":11.0, "Y":9.26},
|
19 |
-
{"Series":"II", "X":14.0, "Y":8.10},
|
20 |
-
{"Series":"II", "X":6.0, "Y":6.13},
|
21 |
-
{"Series":"II", "X":4.0, "Y":3.10},
|
22 |
-
{"Series":"II", "X":12.0, "Y":9.13},
|
23 |
-
{"Series":"II", "X":7.0, "Y":7.26},
|
24 |
-
{"Series":"II", "X":5.0, "Y":4.74},
|
25 |
-
|
26 |
-
{"Series":"III", "X":10.0, "Y":7.46},
|
27 |
-
{"Series":"III", "X":8.0, "Y":6.77},
|
28 |
-
{"Series":"III", "X":13.0, "Y":12.74},
|
29 |
-
{"Series":"III", "X":9.0, "Y":7.11},
|
30 |
-
{"Series":"III", "X":11.0, "Y":7.81},
|
31 |
-
{"Series":"III", "X":14.0, "Y":8.84},
|
32 |
-
{"Series":"III", "X":6.0, "Y":6.08},
|
33 |
-
{"Series":"III", "X":4.0, "Y":5.39},
|
34 |
-
{"Series":"III", "X":12.0, "Y":8.15},
|
35 |
-
{"Series":"III", "X":7.0, "Y":6.42},
|
36 |
-
{"Series":"III", "X":5.0, "Y":5.73},
|
37 |
-
|
38 |
-
{"Series":"IV", "X":8.0, "Y":6.58},
|
39 |
-
{"Series":"IV", "X":8.0, "Y":5.76},
|
40 |
-
{"Series":"IV", "X":8.0, "Y":7.71},
|
41 |
-
{"Series":"IV", "X":8.0, "Y":8.84},
|
42 |
-
{"Series":"IV", "X":8.0, "Y":8.47},
|
43 |
-
{"Series":"IV", "X":8.0, "Y":7.04},
|
44 |
-
{"Series":"IV", "X":8.0, "Y":5.25},
|
45 |
-
{"Series":"IV", "X":19.0, "Y":12.50},
|
46 |
-
{"Series":"IV", "X":8.0, "Y":5.56},
|
47 |
-
{"Series":"IV", "X":8.0, "Y":7.91},
|
48 |
-
{"Series":"IV", "X":8.0, "Y":6.89}
|
49 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
html/california_housing_test.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
html/california_housing_train.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
html/mnist_test.csv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:51c292478d94ec3a01461bdfa82eb0885d262eb09e615679b2d69dedb6ad09e7
|
3 |
-
size 18289443
|
|
|
|
|
|
|
|
html/mnist_train_small.csv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1ef64781aa03180f4f5ce504314f058f5d0227277df86060473d973cf43b033e
|
3 |
-
size 36523880
|
|
|
|
|
|
|
|