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
I almost never use did2s - why am i paying ~2.5 seconds for it on import time? This is why scikit uses lazy imports via _importlib.import_module, which we should emulate