Datasets:
Upload nbfi.py
Browse files
nbfi.py
CHANGED
@@ -102,7 +102,7 @@ features_types_per_config = {
|
|
102 |
"accompanied_by": datasets.Value("string"),
|
103 |
"income_type": datasets.Value("string"),
|
104 |
"education_level": datasets.Value("float32"),
|
105 |
-
"marital_status": datasets.Value("
|
106 |
"is_male": datasets.Value("bool"),
|
107 |
"type_of_contract": datasets.Value("string"),
|
108 |
"type_of_housing": datasets.Value("string"),
|
|
|
102 |
"accompanied_by": datasets.Value("string"),
|
103 |
"income_type": datasets.Value("string"),
|
104 |
"education_level": datasets.Value("float32"),
|
105 |
+
"marital_status": datasets.Value("string"),
|
106 |
"is_male": datasets.Value("bool"),
|
107 |
"type_of_contract": datasets.Value("string"),
|
108 |
"type_of_housing": datasets.Value("string"),
|