mertkarabacak commited on
Commit
0366a4b
·
1 Parent(s): dc9f328

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -75,16 +75,16 @@ f4_names = [f4.replace('_', ' ') for f4 in f4_names]
75
 
76
 
77
  #Prepare training data for the outcome 1.
78
- y1_valid = x1_valid.pop('OUTCOME')
79
 
80
  #Prepare training data for the outcome 2.
81
- y2_valid = x2_valid.pop('OUTCOME')
82
 
83
  #Prepare training data for the outcome 3.
84
- y3_valid = x3_valid.pop('OUTCOME')
85
 
86
  #Prepare training data for the outcome 4.
87
- y4_valid = x4_valid.pop('OUTCOME')
88
 
89
  #Prepare validation data for the outcome 1.
90
  y1_valid = x1_valid.pop('OUTCOME')
 
75
 
76
 
77
  #Prepare training data for the outcome 1.
78
+ y1= x1.pop('OUTCOME')
79
 
80
  #Prepare training data for the outcome 2.
81
+ y2 = x2.pop('OUTCOME')
82
 
83
  #Prepare training data for the outcome 3.
84
+ y3 = x3.pop('OUTCOME')
85
 
86
  #Prepare training data for the outcome 4.
87
+ y4 = x4.pop('OUTCOME')
88
 
89
  #Prepare validation data for the outcome 1.
90
  y1_valid = x1_valid.pop('OUTCOME')