Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
mahmud0x commited on
Commit
ea2f5ce
·
unverified ·
1 Parent(s): 0235ccd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -21
README.md CHANGED
@@ -16,10 +16,7 @@ configs:
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:
@@ -34,24 +31,24 @@ configs:
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
 
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:
 
31
  # - name: year_month
32
  # dtype: object
33
 
34
+ # - config_name: var_thresh_0.0001
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:
53
  - en
54
  pretty_name: LAMDA