eogreen commited on
Commit
a60d93a
1 Parent(s): 3f13561

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def predict_insurance_charges(age, bmi, children, sex, smoker, region):
63
 
64
  data_point = pd.DataFrame([sample])
65
 
66
- prediction = insurance_charge_predictor.predict(data_point).tolist()
67
 
68
  with scheduler.lock:
69
  with log_file.open("a") as f:
 
63
 
64
  data_point = pd.DataFrame([sample])
65
 
66
+ #prediction = insurance_charge_predictor.predict(data_point).tolist()
67
 
68
  with scheduler.lock:
69
  with log_file.open("a") as f: