Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
mahmud0x commited on
Commit
11b5655
·
2 Parent(s): 3c64160 0d48b00

Crossaint Fix v2

Browse files
Files changed (1) hide show
  1. README.md +21 -20
README.md CHANGED
@@ -15,9 +15,12 @@ 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
  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
- data_files:
36
- - split: train
37
- path: var_thresh_0.0001/*/*_train.parquet
38
- - split: test
39
- path: var_thresh_0.0001/*/*_test.parquet
40
- description: >-
41
- Less aggressive feature filtering with VarianceThreshold=0.0001 (more
42
- features retained).
43
- - config_name: var_thresh_0.01
44
- data_files:
45
- - split: train
46
- path: var_thresh_0.01/*/*_train.parquet
47
- - split: test
48
- path: var_thresh_0.01/*/*_test.parquet
49
- description: >-
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