Hemg commited on
Commit
1afdb11
·
verified ·
1 Parent(s): cb7273a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -63,13 +63,7 @@ def predict_performance(Location, Course, College, Faculty, Source, Event, Prese
63
 
64
 
65
 
66
- # Scale input data using the loaded scaler
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