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
Since 2019 Scikit-Learn has not included joblib but rather uses those calls directly, link.
This results in import errors with mlinsights if not restricting the version of scikit-learn. Could mlinsights instead be updated to also use the joblib library directly instead of from sklearn.utils._joblib ?