Datasets:
Add eleven tasks
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: instance
|
6 |
dtype: int64
|
@@ -54,6 +54,54 @@ dataset_info:
|
|
54 |
num_examples: 63750
|
55 |
download_size: 11789983
|
56 |
dataset_size: 54624240
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
configs:
|
58 |
- config_name: abalone
|
59 |
data_files:
|
@@ -63,4 +111,12 @@ configs:
|
|
63 |
path: abalone/validation-*
|
64 |
- split: test
|
65 |
path: abalone/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: abalone
|
4 |
features:
|
5 |
- name: instance
|
6 |
dtype: int64
|
|
|
54 |
num_examples: 63750
|
55 |
download_size: 11789983
|
56 |
dataset_size: 54624240
|
57 |
+
- config_name: auction_verification
|
58 |
+
features:
|
59 |
+
- name: instance
|
60 |
+
dtype: int64
|
61 |
+
- name: process_b1_capacity
|
62 |
+
dtype: int64
|
63 |
+
- name: process_b2_capacity
|
64 |
+
dtype: int64
|
65 |
+
- name: process_b3_capacity
|
66 |
+
dtype: int64
|
67 |
+
- name: process_b4_capacity
|
68 |
+
dtype: int64
|
69 |
+
- name: property_price
|
70 |
+
dtype: int64
|
71 |
+
- name: property_product
|
72 |
+
dtype: int64
|
73 |
+
- name: property_winner
|
74 |
+
dtype: int64
|
75 |
+
- name: real
|
76 |
+
dtype: float64
|
77 |
+
- name: prediction
|
78 |
+
dtype: float64
|
79 |
+
- name: model
|
80 |
+
dtype: string
|
81 |
+
- name: cpu_training_time
|
82 |
+
dtype: int64
|
83 |
+
- name: cpu_prediction_time
|
84 |
+
dtype: int64
|
85 |
+
- name: memory_usage
|
86 |
+
dtype: int64
|
87 |
+
- name: max_depth
|
88 |
+
dtype: int64
|
89 |
+
- name: learning_rate
|
90 |
+
dtype: float64
|
91 |
+
- name: n_estimators
|
92 |
+
dtype: int64
|
93 |
+
splits:
|
94 |
+
- name: train
|
95 |
+
num_bytes: 16099200
|
96 |
+
num_examples: 109650
|
97 |
+
- name: validation
|
98 |
+
num_bytes: 2283840
|
99 |
+
num_examples: 15555
|
100 |
+
- name: test
|
101 |
+
num_bytes: 4567680
|
102 |
+
num_examples: 31110
|
103 |
+
download_size: 3180269
|
104 |
+
dataset_size: 22950720
|
105 |
configs:
|
106 |
- config_name: abalone
|
107 |
data_files:
|
|
|
111 |
path: abalone/validation-*
|
112 |
- split: test
|
113 |
path: abalone/test-*
|
114 |
+
- config_name: auction_verification
|
115 |
+
data_files:
|
116 |
+
- split: train
|
117 |
+
path: auction_verification/train-*
|
118 |
+
- split: validation
|
119 |
+
path: auction_verification/validation-*
|
120 |
+
- split: test
|
121 |
+
path: auction_verification/test-*
|
122 |
---
|
auction_verification/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f29c3ad98560063109e290843333cf8841a5236f1f353044f4a39ff611ea9f6d
|
3 |
+
size 546916
|
auction_verification/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79f827bba92302923c8fa09dea10d7fe873e2e30288a7b0c7d447aab8da2b211
|
3 |
+
size 2367283
|
auction_verification/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d858cb6ac8e9fcbec83b189bd29a41002f773e637bf29a3da7d11183518f70f
|
3 |
+
size 266070
|