Update README.md
Browse files
README.md
CHANGED
@@ -34,22 +34,24 @@ configs:
|
|
34 |
# - name: year_month
|
35 |
# dtype: object
|
36 |
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
#
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
|
|
|
|
53 |
language:
|
54 |
- en
|
55 |
pretty_name: LAMDA
|
|
|
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 |
+
# path: var_thresh_0.0001/*/*_train.parquet
|
42 |
+
|
43 |
+
- split: test
|
44 |
+
path: var_thresh_0.0001/*_test.parquet
|
45 |
+
description: Less aggressive feature filtering with VarianceThreshold=0.0001 (more
|
46 |
+
features retained).
|
47 |
+
- config_name: var_thresh_0.01
|
48 |
+
data_files:
|
49 |
+
- split: train
|
50 |
+
path: var_thresh_0.01/*_train.parquet
|
51 |
+
- split: test
|
52 |
+
path: var_thresh_0.01/*_test.parquet
|
53 |
+
description: More aggressive feature selection using VarianceThreshold=0.01 (fewer
|
54 |
+
features retained).
|
55 |
language:
|
56 |
- en
|
57 |
pretty_name: LAMDA
|