mertkarabacak
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ x1_valid = pd.DataFrame(x1_valid['train'])
|
|
37 |
print(x1_valid.columns)
|
38 |
|
39 |
#Define feature names.
|
40 |
-
f1_names = ['Age', 'Current or Former Smoker', 'History of Malignancy', 'Prior DVT or PE', 'Admission BMI', 'Admission NIHSS Score', 'Premorbid mRS Score','Occlusion Laterality', 'Hyperdense MCA', 'MT - Type of Thrombectomy', 'mTICI Score'
|
41 |
|
42 |
#Prepare training data for the outcome 1.
|
43 |
y1 = x1.pop('OUTCOME')
|
|
|
37 |
print(x1_valid.columns)
|
38 |
|
39 |
#Define feature names.
|
40 |
+
f1_names = ['Age', 'Current or Former Smoker', 'Diabetes', 'History of Malignancy', 'Prior DVT or PE', 'Admission BMI', 'Admission NIHSS Score', 'Premorbid mRS Score', 'Occlusion Laterality', 'Hyperdense MCA', 'MT - Type of Thrombectomy', 'MT - mTICI Score', 'Hypertension', 'Antiplatelet Use', 'Admission Hemoglobin', 'Intravenous Thrombolysis']
|
41 |
|
42 |
#Prepare training data for the outcome 1.
|
43 |
y1 = x1.pop('OUTCOME')
|