Spaces:
Build error
Build error
Commit ·
8317617
1
Parent(s): 691d5c4
Update Predicitive System.py
Browse files- Predicitive System.py +1 -1
Predicitive System.py
CHANGED
|
@@ -2,7 +2,7 @@ import numpy as np
|
|
| 2 |
import pickle
|
| 3 |
|
| 4 |
# loading the saved model
|
| 5 |
-
loaded_model = pickle.load(open('
|
| 6 |
|
| 7 |
|
| 8 |
input_data = (5,166,72,19,175,25.8,0.587,51)
|
|
|
|
| 2 |
import pickle
|
| 3 |
|
| 4 |
# loading the saved model
|
| 5 |
+
loaded_model = pickle.load(open('trained_model.sav', 'rb'))
|
| 6 |
|
| 7 |
|
| 8 |
input_data = (5,166,72,19,175,25.8,0.587,51)
|