Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -63,13 +63,7 @@ def predict_performance(Location, Course, College, Faculty, Source, Event, Prese
|
|
63 |
|
64 |
|
65 |
|
66 |
-
|
67 |
-
#scaled_input = scaler.transform(df)
|
68 |
-
|
69 |
-
# Debug print: Show scaled input
|
70 |
-
print("\nScaled input:")
|
71 |
-
print(scaled_input)
|
72 |
-
|
73 |
# Make the prediction
|
74 |
prediction = model.predict(df)[0]
|
75 |
|
|
|
63 |
|
64 |
|
65 |
|
66 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
# Make the prediction
|
68 |
prediction = model.predict(df)[0]
|
69 |
|