Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -16
README.md CHANGED
@@ -34,22 +34,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
- # - 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
 
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