from sklearn.externals import joblib Error [How to Solve]

BEGIN:

The reason is that joblib does not need to be imported from sklearn , so you can use it directly

import joblib

OK!

END.

Read More: