Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ from sklearn.preprocessing import RobustScaler, StandardScaler, OneHotEncoder, L
|
|
34 |
from sklearn.compose import ColumnTransformer
|
35 |
from sklearn.pipeline import Pipeline
|
36 |
from ydata_profiling import ProfileReport
|
|
|
37 |
from streamlit_pandas_profiling import st_profile_report
|
38 |
|
39 |
|
|
|
34 |
from sklearn.compose import ColumnTransformer
|
35 |
from sklearn.pipeline import Pipeline
|
36 |
from ydata_profiling import ProfileReport
|
37 |
+
from pydantic_settings import BaseSettings
|
38 |
from streamlit_pandas_profiling import st_profile_report
|
39 |
|
40 |
|