Datasets:
Formats:
csv
Size:
10M - 100M
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,11 +8,15 @@ task_categories:
|
|
| 8 |
- tabular-classification
|
| 9 |
- tabular-regression
|
| 10 |
dataset_info:
|
| 11 |
-
|
| 12 |
-
- name: reg_num
|
| 13 |
- name: reg_cat
|
| 14 |
-
|
|
|
|
|
|
|
| 15 |
- name: clf_cat
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# Tabular Benchmark
|
|
|
|
| 8 |
- tabular-classification
|
| 9 |
- tabular-regression
|
| 10 |
dataset_info:
|
| 11 |
+
- configs:
|
|
|
|
| 12 |
- name: reg_cat
|
| 13 |
+
data_files: reg_cat/*
|
| 14 |
+
- name: reg_num
|
| 15 |
+
data_files: reg_num/*
|
| 16 |
- name: clf_cat
|
| 17 |
+
data_files: clf_cat/*
|
| 18 |
+
- name: clf_num
|
| 19 |
+
data_files: clf_num/*
|
| 20 |
---
|
| 21 |
|
| 22 |
# Tabular Benchmark
|