Fah commited on
Commit
e480d13
1 Parent(s): ada8fc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -5,9 +5,6 @@ import matplotlib.pyplot as plt
5
 
6
  from pycaret.regression import *
7
 
8
- # Set display results
9
- pd.options.display.float_format = '{:,.4f}'.format
10
- %config InlineBackend.figure_format = 'retina'
11
 
12
  cvr_saved = load_model('/content/drive/MyDrive/pred_cvr')
13
  pred = cvr_saved.predict(df)
 
5
 
6
  from pycaret.regression import *
7
 
 
 
 
8
 
9
  cvr_saved = load_model('/content/drive/MyDrive/pred_cvr')
10
  pred = cvr_saved.predict(df)