Spaces:
Build error
Build error
Commit
·
b2f3388
1
Parent(s):
57bc31b
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 |
-
from pycaret.regression import compare_models, pull, save_model, setup
|
| 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:
|