Upload app.py
Browse files
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:
|