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