Spaces:
Sleeping
Sleeping
Kwasiasomani
commited on
Commit
•
20d6bc3
1
Parent(s):
e6952b3
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import matplotlib.pyplot as plt
|
|
12 |
with open('scalers.pkl', 'rb') as scaler_file:
|
13 |
scaler = pickle.load(scaler_file)
|
14 |
|
15 |
-
with open('
|
16 |
model = pickle.load(model_file)
|
17 |
|
18 |
|
|
|
12 |
with open('scalers.pkl', 'rb') as scaler_file:
|
13 |
scaler = pickle.load(scaler_file)
|
14 |
|
15 |
+
with open('rf_random_model.pkl', 'rb') as model_file:
|
16 |
model = pickle.load(model_file)
|
17 |
|
18 |
|