Commit
·
9ba1f61
1
Parent(s):
df15f5c
Update main.py
Browse files
main.py
CHANGED
@@ -44,7 +44,7 @@ async def predict(input: InputFeatures):
|
|
44 |
Blood_Work_Result_4: float,
|
45 |
patients_age: int
|
46 |
}
|
47 |
-
|
48 |
# Numeric Features
|
49 |
num_attr = [
|
50 |
['Plasma_glucose', 'Blood_Work_Result_1', 'Blood_Pressure',
|
|
|
44 |
Blood_Work_Result_4: float,
|
45 |
patients_age: int
|
46 |
}
|
47 |
+
return input
|
48 |
# Numeric Features
|
49 |
num_attr = [
|
50 |
['Plasma_glucose', 'Blood_Work_Result_1', 'Blood_Pressure',
|