Datasets:
Add eleven tasks
Browse files
README.md
CHANGED
|
@@ -154,6 +154,56 @@ dataset_info:
|
|
| 154 |
num_examples: 267495
|
| 155 |
download_size: 90967769
|
| 156 |
dataset_size: 217938480
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
configs:
|
| 158 |
- config_name: abalone
|
| 159 |
data_files:
|
|
@@ -179,4 +229,12 @@ configs:
|
|
| 179 |
path: bng_echoMonths/validation-*
|
| 180 |
- split: test
|
| 181 |
path: bng_echoMonths/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 182 |
---
|
|
|
|
| 154 |
num_examples: 267495
|
| 155 |
download_size: 90967769
|
| 156 |
dataset_size: 217938480
|
| 157 |
+
- config_name: california_housing
|
| 158 |
+
features:
|
| 159 |
+
- name: instance
|
| 160 |
+
dtype: int64
|
| 161 |
+
- name: MedInc
|
| 162 |
+
dtype: float64
|
| 163 |
+
- name: HouseAge
|
| 164 |
+
dtype: float64
|
| 165 |
+
- name: AveRooms
|
| 166 |
+
dtype: float64
|
| 167 |
+
- name: AveBedrms
|
| 168 |
+
dtype: float64
|
| 169 |
+
- name: Population
|
| 170 |
+
dtype: float64
|
| 171 |
+
- name: AveOccup
|
| 172 |
+
dtype: float64
|
| 173 |
+
- name: Latitude
|
| 174 |
+
dtype: float64
|
| 175 |
+
- name: Longitude
|
| 176 |
+
dtype: float64
|
| 177 |
+
- name: real
|
| 178 |
+
dtype: float64
|
| 179 |
+
- name: prediction
|
| 180 |
+
dtype: float64
|
| 181 |
+
- name: model
|
| 182 |
+
dtype: string
|
| 183 |
+
- name: cpu_training_time
|
| 184 |
+
dtype: int64
|
| 185 |
+
- name: cpu_prediction_time
|
| 186 |
+
dtype: int64
|
| 187 |
+
- name: memory_usage
|
| 188 |
+
dtype: int64
|
| 189 |
+
- name: max_depth
|
| 190 |
+
dtype: int64
|
| 191 |
+
- name: learning_rate
|
| 192 |
+
dtype: float64
|
| 193 |
+
- name: n_estimators
|
| 194 |
+
dtype: int64
|
| 195 |
+
splits:
|
| 196 |
+
- name: train
|
| 197 |
+
num_bytes: 171145800
|
| 198 |
+
num_examples: 1105425
|
| 199 |
+
- name: validation
|
| 200 |
+
num_bytes: 24438120
|
| 201 |
+
num_examples: 157845
|
| 202 |
+
- name: test
|
| 203 |
+
num_bytes: 48876240
|
| 204 |
+
num_examples: 315690
|
| 205 |
+
download_size: 107814021
|
| 206 |
+
dataset_size: 244460160
|
| 207 |
configs:
|
| 208 |
- config_name: abalone
|
| 209 |
data_files:
|
|
|
|
| 229 |
path: bng_echoMonths/validation-*
|
| 230 |
- split: test
|
| 231 |
path: bng_echoMonths/test-*
|
| 232 |
+
- config_name: california_housing
|
| 233 |
+
data_files:
|
| 234 |
+
- split: train
|
| 235 |
+
path: california_housing/train-*
|
| 236 |
+
- split: validation
|
| 237 |
+
path: california_housing/validation-*
|
| 238 |
+
- split: test
|
| 239 |
+
path: california_housing/test-*
|
| 240 |
---
|
california_housing/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6254ab80f7dc55940fa432862e7ecd85126a15cb581c3af36952546db0c3fb0
|
| 3 |
+
size 22396664
|
california_housing/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd91254fb56dc630c9ae107a6bbd26436e67ff2209e5cec9bec38c3c0a9a16ad
|
| 3 |
+
size 76637747
|
california_housing/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7cab2e29b7c32057137bd63add4e63a3c946f8c60797743eb874b8480876457
|
| 3 |
+
size 8779610
|