Datasets:
Update adult.py
Browse files
adult.py
CHANGED
@@ -111,7 +111,7 @@ features_types_per_config = {
|
|
111 |
"capital_loss": datasets.Value("float64"),
|
112 |
"education": datasets.Value("int8"),
|
113 |
"final_weight": datasets.Value("int64"),
|
114 |
-
"
|
115 |
"marital_status": datasets.Value("string"),
|
116 |
"native_country": datasets.Value("string"),
|
117 |
"occupation": datasets.Value("string"),
|
@@ -127,7 +127,7 @@ features_types_per_config = {
|
|
127 |
"capital_loss": datasets.Value("float64"),
|
128 |
"education": datasets.Value("int64"),
|
129 |
"final_weight": datasets.Value("int64"),
|
130 |
-
"
|
131 |
"marital_status": datasets.Value("string"),
|
132 |
"native_country": datasets.Value("string"),
|
133 |
"occupation": datasets.Value("string"),
|
@@ -142,7 +142,7 @@ features_types_per_config = {
|
|
142 |
"capital_loss": datasets.Value("float64"),
|
143 |
"education": datasets.Value("int64"),
|
144 |
"final_weight": datasets.Value("int64"),
|
145 |
-
"
|
146 |
"marital_status": datasets.Value("string"),
|
147 |
"native_country": datasets.Value("string"),
|
148 |
"occupation": datasets.Value("string"),
|
|
|
111 |
"capital_loss": datasets.Value("float64"),
|
112 |
"education": datasets.Value("int8"),
|
113 |
"final_weight": datasets.Value("int64"),
|
114 |
+
"hours_worked_per_week": datasets.Value("int64"),
|
115 |
"marital_status": datasets.Value("string"),
|
116 |
"native_country": datasets.Value("string"),
|
117 |
"occupation": datasets.Value("string"),
|
|
|
127 |
"capital_loss": datasets.Value("float64"),
|
128 |
"education": datasets.Value("int64"),
|
129 |
"final_weight": datasets.Value("int64"),
|
130 |
+
"hours_worked_per_week": datasets.Value("int64"),
|
131 |
"marital_status": datasets.Value("string"),
|
132 |
"native_country": datasets.Value("string"),
|
133 |
"occupation": datasets.Value("string"),
|
|
|
142 |
"capital_loss": datasets.Value("float64"),
|
143 |
"education": datasets.Value("int64"),
|
144 |
"final_weight": datasets.Value("int64"),
|
145 |
+
"hours_worked_per_week": datasets.Value("int64"),
|
146 |
"marital_status": datasets.Value("string"),
|
147 |
"native_country": datasets.Value("string"),
|
148 |
"occupation": datasets.Value("string"),
|