matsammut commited on
Commit
dc31fa3
·
verified ·
1 Parent(s): 3d9a50d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()