Added dataset configs to header
Browse files
README.md
CHANGED
|
@@ -8,6 +8,19 @@ tags:
|
|
| 8 |
- simulation
|
| 9 |
task_categories:
|
| 10 |
- tabular-regression
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# 1- Scope
|
|
|
|
| 8 |
- simulation
|
| 9 |
task_categories:
|
| 10 |
- tabular-regression
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: l_emt
|
| 13 |
+
data_files:
|
| 14 |
+
- "*_L_EMT.csv"
|
| 15 |
+
- config_name: l_rms
|
| 16 |
+
data_files:
|
| 17 |
+
- "*_L_RMS.csv"
|
| 18 |
+
- config_name: m_emt
|
| 19 |
+
data_files:
|
| 20 |
+
- "*_M_EMT.csv"
|
| 21 |
+
- config_name: m_rms
|
| 22 |
+
data_files:
|
| 23 |
+
- "*_M_RMS.csv"
|
| 24 |
---
|
| 25 |
|
| 26 |
# 1- Scope
|