Update README.md
Browse files
README.md
CHANGED
@@ -12,41 +12,26 @@ tags:
|
|
12 |
- classification
|
13 |
- benchmark
|
14 |
configs:
|
15 |
-
- config_name: Baseline
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
# data_files:
|
36 |
-
# - split: train
|
37 |
-
# path: var_thresh_0.0001/*_train.parquet
|
38 |
-
# # path: var_thresh_0.0001/*/*_train.parquet
|
39 |
-
|
40 |
-
# - split: test
|
41 |
-
# path: var_thresh_0.0001/*_test.parquet
|
42 |
-
# description: Less aggressive feature filtering with VarianceThreshold=0.0001 (more
|
43 |
-
# features retained).
|
44 |
-
# - config_name: var_thresh_0.01
|
45 |
-
# data_files:
|
46 |
-
# - split: train
|
47 |
-
# path: var_thresh_0.01/*_train.parquet
|
48 |
-
# - split: test
|
49 |
-
# path: var_thresh_0.01/*_test.parquet
|
50 |
# description: More aggressive feature selection using VarianceThreshold=0.01 (fewer
|
51 |
# features retained).
|
52 |
language:
|
|
|
12 |
- classification
|
13 |
- benchmark
|
14 |
configs:
|
15 |
+
- config_name: Baseline
|
16 |
+
data_files:
|
17 |
+
- split: train
|
18 |
+
path: Baseline/*/*_train.parquet
|
19 |
+
- split: test
|
20 |
+
path: Baseline/*/*_test.parquet
|
21 |
+
|
22 |
+
- config_name: var_thresh_0.0001
|
23 |
+
data_files:
|
24 |
+
- split: train
|
25 |
+
path: var_thresh_0.0001/*/*_train.parquet
|
26 |
+
|
27 |
+
- split: test
|
28 |
+
path: var_thresh_0.0001/*_test.parquet
|
29 |
+
- config_name: var_thresh_0.01
|
30 |
+
data_files:
|
31 |
+
- split: train
|
32 |
+
path: var_thresh_0.01/*_train.parquet
|
33 |
+
- split: test
|
34 |
+
path: var_thresh_0.01/*_test.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
# description: More aggressive feature selection using VarianceThreshold=0.01 (fewer
|
36 |
# features retained).
|
37 |
language:
|