from sklearn.metrics import log_loss import streamlit as st import plotly.express as px import pandas as pd from streamlit_pandas_profiling import st_profile_report import os import subprocess from ydata_profiling import ProfileReport import numpy as np import time from tools import * sidebar(globals()) st.switch_page("pages/1_📂_Choose_Dataset.py")