Crossaint Fix v2
Browse files
README.md
CHANGED
@@ -15,9 +15,12 @@ configs:
|
|
15 |
- config_name: Baseline
|
16 |
data_files:
|
17 |
- split: train
|
18 |
-
path: Baseline
|
|
|
|
|
19 |
- split: test
|
20 |
-
|
|
|
21 |
description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
|
22 |
# features:
|
23 |
# - name: hash
|
@@ -31,24 +34,22 @@ configs:
|
|
31 |
# - name: year_month
|
32 |
# dtype: object
|
33 |
|
34 |
-
- config_name: var_thresh_0.0001
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
More aggressive feature selection using VarianceThreshold=0.01 (fewer
|
51 |
-
features retained).
|
52 |
language:
|
53 |
- en
|
54 |
pretty_name: LAMDA
|
|
|
15 |
- config_name: Baseline
|
16 |
data_files:
|
17 |
- split: train
|
18 |
+
path: Baseline/*_train.parquet
|
19 |
+
# path: Baseline/*/*_train.parquet
|
20 |
+
|
21 |
- split: test
|
22 |
+
# path: Baseline/*/*_test.parquet
|
23 |
+
path: Baseline/*_test.parquet
|
24 |
description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
|
25 |
# features:
|
26 |
# - name: hash
|
|
|
34 |
# - name: year_month
|
35 |
# dtype: object
|
36 |
|
37 |
+
# - config_name: var_thresh_0.0001
|
38 |
+
# data_files:
|
39 |
+
# - split: train
|
40 |
+
# path: var_thresh_0.0001/*/*_train.parquet
|
41 |
+
# - split: test
|
42 |
+
# path: var_thresh_0.0001/*/*_test.parquet
|
43 |
+
# description: Less aggressive feature filtering with VarianceThreshold=0.0001 (more
|
44 |
+
# features retained).
|
45 |
+
# - config_name: var_thresh_0.01
|
46 |
+
# data_files:
|
47 |
+
# - split: train
|
48 |
+
# path: var_thresh_0.01/*/*_train.parquet
|
49 |
+
# - split: test
|
50 |
+
# path: var_thresh_0.01/*/*_test.parquet
|
51 |
+
# description: More aggressive feature selection using VarianceThreshold=0.01 (fewer
|
52 |
+
# features retained).
|
|
|
|
|
53 |
language:
|
54 |
- en
|
55 |
pretty_name: LAMDA
|