Update README.md
Browse files
README.md
CHANGED
@@ -21,15 +21,15 @@ configs:
|
|
21 |
description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
|
22 |
features:
|
23 |
- name: hash
|
24 |
-
dtype:
|
25 |
- name: label
|
26 |
-
dtype:
|
27 |
- name: family
|
28 |
-
dtype:
|
29 |
- name: vt_count
|
30 |
-
dtype:
|
31 |
- name: year_month
|
32 |
-
dtype:
|
33 |
|
34 |
- config_name: var_thresh_0.0001
|
35 |
data_files:
|
|
|
21 |
description: Default configuration using VarianceThreshold=0.001 with 4,561 features.
|
22 |
features:
|
23 |
- name: hash
|
24 |
+
dtype: object
|
25 |
- name: label
|
26 |
+
dtype: int64
|
27 |
- name: family
|
28 |
+
dtype: object
|
29 |
- name: vt_count
|
30 |
+
dtype: float64
|
31 |
- name: year_month
|
32 |
+
dtype: object
|
33 |
|
34 |
- config_name: var_thresh_0.0001
|
35 |
data_files:
|