Update README.md
Browse files
README.md
CHANGED
@@ -19,6 +19,18 @@ configs:
|
|
19 |
- split: test
|
20 |
path: Baseline/*/*_test.parquet
|
21 |
description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
- config_name: var_thresh_0.0001
|
23 |
data_files:
|
24 |
- split: train
|
|
|
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
|
24 |
+
dtype: string
|
25 |
+
- name: label
|
26 |
+
dtype: string
|
27 |
+
- name: family
|
28 |
+
dtype: string
|
29 |
+
- name: vt_count
|
30 |
+
dtype: int64
|
31 |
+
- name: year_month
|
32 |
+
dtype: string
|
33 |
+
|
34 |
- config_name: var_thresh_0.0001
|
35 |
data_files:
|
36 |
- split: train
|