Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
|
| 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:
|