Update app.py
Browse files
app.py
CHANGED
|
@@ -271,7 +271,7 @@ def train_and_evaluate(input_file):
|
|
| 271 |
# Prepare training data
|
| 272 |
|
| 273 |
#X_train_full = training_data[available_features]
|
| 274 |
-
outcome_cols = ['
|
| 275 |
test_list=outcome_cols.copy()
|
| 276 |
total_cols=available_features+outcome_cols
|
| 277 |
inter_df=training_data[total_cols]
|
|
|
|
| 271 |
# Prepare training data
|
| 272 |
|
| 273 |
#X_train_full = training_data[available_features]
|
| 274 |
+
outcome_cols = ['DEAD', 'GF', 'AGVHD', 'CGVHD', 'VOCPSHI', 'STROKEHI']
|
| 275 |
test_list=outcome_cols.copy()
|
| 276 |
total_cols=available_features+outcome_cols
|
| 277 |
inter_df=training_data[total_cols]
|