Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,11 +1,8 @@
|
|
1 |
-
pip install pycaret[full]
|
2 |
import gradio as gr
|
3 |
import numpy as np
|
4 |
import pandas as pd
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
-
from pycaret.regression import *
|
8 |
-
|
9 |
|
10 |
cvr_saved = load_model('/content/drive/MyDrive/pred_cvr')
|
11 |
pred = cvr_saved.predict(df)
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import numpy as np
|
3 |
import pandas as pd
|
4 |
import matplotlib.pyplot as plt
|
5 |
|
|
|
|
|
6 |
|
7 |
cvr_saved = load_model('/content/drive/MyDrive/pred_cvr')
|
8 |
pred = cvr_saved.predict(df)
|