Briankabiru commited on
Commit
93b6e33
1 Parent(s): 7d2a6fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ from sklearn.externals import joblib
86
  import pandas as pd
87
 
88
  # Load the trained model
89
- model = joblib.load('random_forest_model.joblib')
90
 
91
  # Example input data
92
  new_data = {
 
86
  import pandas as pd
87
 
88
  # Load the trained model
89
+ model = joblib.load('ModelV2.joblib')
90
 
91
  # Example input data
92
  new_data = {