mlinsights icon indicating copy to clipboard operation
mlinsights copied to clipboard

Import error with 'sklearn.utils._joblib'

Open khaume opened this issue 7 months ago • 0 comments

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 ?

khaume avatar Jun 13 '25 10:06 khaume