mertkarabacak commited on
Commit
df2a8c9
·
verified ·
1 Parent(s): 4d94d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def y2_predict(*args):
133
  output = output_y2.format(prob_percent)
134
  return output
135
 
136
- def y1_predict(*args):
137
  df1 = pd.DataFrame([args], columns=x3.columns)
138
  pos_pred = y3_calib_model.predict_proba(df3)
139
  prob = pos_pred[0][1]
 
133
  output = output_y2.format(prob_percent)
134
  return output
135
 
136
+ def y3_predict(*args):
137
  df1 = pd.DataFrame([args], columns=x3.columns)
138
  pos_pred = y3_calib_model.predict_proba(df3)
139
  prob = pos_pred[0][1]