Upload dataset
Browse files- README.md +32 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: wine_id
|
5 |
+
dtype: int64
|
6 |
+
- name: country
|
7 |
+
dtype: string
|
8 |
+
- name: description
|
9 |
+
dtype: string
|
10 |
+
- name: designation
|
11 |
+
dtype: string
|
12 |
+
- name: points
|
13 |
+
dtype: int64
|
14 |
+
- name: price
|
15 |
+
dtype: float64
|
16 |
+
splits:
|
17 |
+
- name: train
|
18 |
+
num_bytes: 21093175.17523332
|
19 |
+
num_examples: 68918
|
20 |
+
- name: test
|
21 |
+
num_bytes: 5273446.824766681
|
22 |
+
num_examples: 17230
|
23 |
+
download_size: 15005883
|
24 |
+
dataset_size: 26366622.0
|
25 |
+
configs:
|
26 |
+
- config_name: default
|
27 |
+
data_files:
|
28 |
+
- split: train
|
29 |
+
path: data/train-*
|
30 |
+
- split: test
|
31 |
+
path: data/test-*
|
32 |
+
---
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:84821ef28752899081ec3ef8684cf8a27ee25ccfcf88a24ebe5ae9370baa6197
|
3 |
+
size 3003606
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e02edcce3b8a95f471f3990e02dd54c81f7384f7a451d9afc24bcb98fb09b1f5
|
3 |
+
size 12002277
|