Update README.md
Browse files
README.md
CHANGED
@@ -15,9 +15,9 @@ configs:
|
|
15 |
- config_name: Baseline
|
16 |
data_files:
|
17 |
- split: train
|
18 |
-
path: Baseline
|
19 |
- split: test
|
20 |
-
path: Baseline
|
21 |
description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
|
22 |
# features:
|
23 |
# - name: hash
|
|
|
15 |
- config_name: Baseline
|
16 |
data_files:
|
17 |
- split: train
|
18 |
+
path: Baseline/*/*_train.parquet
|
19 |
- split: test
|
20 |
+
path: Baseline/*/*_test.parquet
|
21 |
description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
|
22 |
# features:
|
23 |
# - name: hash
|