Spaces:
Sleeping
Sleeping
hackerbyhobby
commited on
oops
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import joblib
|
|
3 |
import pandas as pd
|
4 |
|
5 |
# Load the pre-trained model
|
6 |
-
model = joblib.load("
|
7 |
|
8 |
# Load the features used during training
|
9 |
features = pd.read_csv("features_used_in_model.csv")["Feature"].tolist()
|
|
|
3 |
import pandas as pd
|
4 |
|
5 |
# Load the pre-trained model
|
6 |
+
model = joblib.load("tuned_model.pkl")
|
7 |
|
8 |
# Load the features used during training
|
9 |
features = pd.read_csv("features_used_in_model.csv")["Feature"].tolist()
|