Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -7,6 +7,7 @@ from statsmodels.stats.outliers_influence import variance_inflation_factor
|
|
| 7 |
from sklearn.model_selection import train_test_split
|
| 8 |
from sklearn.preprocessing import StandardScaler
|
| 9 |
from sklearn.metrics import accuracy_score, classification_report, roc_curve, roc_auc_score, confusion_matrix
|
|
|
|
| 10 |
|
| 11 |
os.environ["STREAMLIT_BROWSER_GATHER_USAGE_STATS"] = "false"
|
| 12 |
os.environ["STREAMLIT_METRICS_ENABLED"] = "false"
|
|
|
|
| 7 |
from sklearn.model_selection import train_test_split
|
| 8 |
from sklearn.preprocessing import StandardScaler
|
| 9 |
from sklearn.metrics import accuracy_score, classification_report, roc_curve, roc_auc_score, confusion_matrix
|
| 10 |
+
import os
|
| 11 |
|
| 12 |
os.environ["STREAMLIT_BROWSER_GATHER_USAGE_STATS"] = "false"
|
| 13 |
os.environ["STREAMLIT_METRICS_ENABLED"] = "false"
|