Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ def predict(age, workclass, education, marital_status, occupation, relationship,
|
|
22 |
"hours-per-week":[hours_per_week], "native-country":[native_country]}
|
23 |
df = pd.DataFrame(data=columns)
|
24 |
fixed_features = cleaning_features(df,race)
|
|
|
25 |
# with open('ann_model.pkl', 'rb') as ann_model_file:
|
26 |
# ann_model = pickle.load(ann_model_file)
|
27 |
scaler = StandardScaler()
|
|
|
22 |
"hours-per-week":[hours_per_week], "native-country":[native_country]}
|
23 |
df = pd.DataFrame(data=columns)
|
24 |
fixed_features = cleaning_features(df,race)
|
25 |
+
print(fixed_features)
|
26 |
# with open('ann_model.pkl', 'rb') as ann_model_file:
|
27 |
# ann_model = pickle.load(ann_model_file)
|
28 |
scaler = StandardScaler()
|