Shortheadband commited on
Commit
b6ca6f6
·
verified ·
1 Parent(s): 55f6574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -13,11 +13,11 @@ df.columns = df.columns.str.strip().str.replace(" ", "_").str.replace("-", "_")
13
 
14
  # Define features
15
  feature_cols = [
16
- "Weighted_GPA", "Term_GPA", "Class_Grade",
17
- "Field_Average_Percent", "Category_Weight", "Category_Average",
18
- "Study_Quality", "Study_Hours", "HW_Hour", "ECS", "Confidence",
19
- "Procrastination", "Participation", "Attendance",
20
- "Teacher_Experience", "Workday_Positivity", "Incentive", "Field_Proficiency"
21
 
22
  # Make sure columns are numeric
23
  for col in feature_cols:
 
13
 
14
  # Define features
15
  feature_cols = [
16
+ "Weighted_", "Credits_Ea", "AP", "Honors",
17
+ "Teacher_Experience", "Study_Hours", "Confidence", "Procrastination",
18
+ "Field_Average_F", "Study_Quality", "HW_Hour", "Participation",
19
+ "Attendance", "Workday_Positivity", "Incentive", "Field_Proficiency"
20
+ ]
21
 
22
  # Make sure columns are numeric
23
  for col in feature_cols: