Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
from pycaret.regression import *
|
6 |
|
7 |
-
cvr_saved = load_model('
|
8 |
pred = cvr_saved.predict(df)
|
9 |
|
10 |
def predict_cvr(xyz_campaign_id, gender, age, Impressions, Clicks,
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
from pycaret.regression import *
|
6 |
|
7 |
+
cvr_saved = load_model('pred_cvr')
|
8 |
pred = cvr_saved.predict(df)
|
9 |
|
10 |
def predict_cvr(xyz_campaign_id, gender, age, Impressions, Clicks,
|