Fah commited on
Commit
e8e3c44
1 Parent(s): 0f2eab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ 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,
11
  Total_Conversion, interest): #สร้าง function predict_cvr โดยภายใน function คือ ส่วนของ input data
 
5
  from pycaret.regression import *
6
 
7
  cvr_saved = load_model('pred_cvr')
 
8
 
9
  def predict_cvr(xyz_campaign_id, gender, age, Impressions, Clicks,
10
  Total_Conversion, interest): #สร้าง function predict_cvr โดยภายใน function คือ ส่วนของ input data