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 am getting this error: ModuleNotFoundError: No module named 'sklearn.externals.joblib'
Any advice on how this issue can be overcome? I believe this is because of the sklearn syntax - instead of "#from sklearn.externals import joblib" should be "import joblib" but german_credit_risk_20.joblib file is binary and can't be modified.
The text was updated successfully, but these errors were encountered:
Hello,
I am running on AzureML the following notebook provided as an example in this repo:
https://github.com/IBM/watson-openscale-samples/blob/main/IBM%20Cloud/Azure/notebo[…]dit%20model%20with%20Azure%20Service%20and%20scikit-learn.ipynb
For the cell containing:
I am getting this error:
ModuleNotFoundError: No module named 'sklearn.externals.joblib'
Any advice on how this issue can be overcome? I believe this is because of the sklearn syntax - instead of "#from sklearn.externals import joblib" should be "import joblib" but german_credit_risk_20.joblib file is binary and can't be modified.
The text was updated successfully, but these errors were encountered: