test the .pkl file reference change
Browse files- app.py +1 -1
- tuned_blend_specific_model_19112021.pkl +0 -0
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from pycaret.classification import load_model, predict_model
|
|
| 8 |
|
| 9 |
|
| 10 |
# load the trained model for predictions
|
| 11 |
-
model = load_model('
|
| 12 |
|
| 13 |
|
| 14 |
# define the function to call
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
# load the trained model for predictions
|
| 11 |
+
model = load_model('tuned_blend_specific_model_19112021')
|
| 12 |
|
| 13 |
|
| 14 |
# define the function to call
|
tuned_blend_specific_model_19112021.pkl
ADDED
|
Binary file (4.88 MB). View file
|
|
|