You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change the fit functions to do this if verbose is true
if use_tqdm:
try:
from tqdm import tqdm
except ImportError:
raise ImportError("The 'tqdm' package is required for progress bars. Install it with `pip install tqdm`.")
change the fit functions to do this if verbose is true