pydqc
pydqc copied to clipboard
import from top level joblib instead of sklearn.externals
I was getting an error
ModuleNotFoundError: No module named 'sklearn.externals.joblib'
, which after some googling1 shows that sklearn removed that from the externals lib, and expects it to just be at the top level.
I am having the same error, did anyone find a workaround for this?