mattritchey commited on
Commit
23fd7a7
1 Parent(s): ffe28ed

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -11
main.py CHANGED
@@ -22,16 +22,5 @@ async def predict(number_1: int, number_2: int):
22
 
23
  return prediction
24
 
25
-
26
-
27
-
28
- # def make_prediction(data_prepared):
29
 
30
- # output_pred = data_prepared
31
 
32
- # if output_pred == 0:
33
- # output_pred = "Sepsis status is Negative"
34
- # else:
35
- # output_pred = "Sepsis status is Positive"
36
-
37
- # return output_pred
 
22
 
23
  return prediction
24
 
 
 
 
 
25
 
 
26