Spaces:
Build error
Build error
Commit
·
57bc31b
1
Parent(s):
abf61a1
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import pandas_profiling
|
|
5 |
import streamlit as st
|
6 |
#ML stuff
|
7 |
from pycaret.classification import compare_models, pull, save_model, setup
|
8 |
-
|
9 |
from streamlit_pandas_profiling import st_profile_report
|
10 |
|
11 |
with st.sidebar:
|
|
|
5 |
import streamlit as st
|
6 |
#ML stuff
|
7 |
from pycaret.classification import compare_models, pull, save_model, setup
|
8 |
+
from pycaret.regression import compare_models, pull, save_model, setup
|
9 |
from streamlit_pandas_profiling import st_profile_report
|
10 |
|
11 |
with st.sidebar:
|