Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,8 +3,8 @@ import joblib
|
|
| 3 |
import pandas as pd
|
| 4 |
|
| 5 |
# Load the trained model and label encoder
|
| 6 |
-
model = joblib.load("
|
| 7 |
-
label_encoder = joblib.load("
|
| 8 |
|
| 9 |
# Define feature names based on the dataset
|
| 10 |
FEATURES = [
|
|
|
|
| 3 |
import pandas as pd
|
| 4 |
|
| 5 |
# Load the trained model and label encoder
|
| 6 |
+
model = joblib.load("employability_model_logreg.joblib")
|
| 7 |
+
label_encoder = joblib.load("label_encoder_fixed.joblib")
|
| 8 |
|
| 9 |
# Define feature names based on the dataset
|
| 10 |
FEATURES = [
|