mertkarabacak
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ def y2_predict(*args):
|
|
133 |
output = output_y2.format(prob_percent)
|
134 |
return output
|
135 |
|
136 |
-
def
|
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]
|