hackerbyhobby commited on
Commit
3573793
·
unverified ·
1 Parent(s): 28d8ff1
Files changed (1) hide show
  1. app.py +1 -1
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("tuned_random_forest_model.pkl")
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()