CAUSE
CAUSE copied to clipboard
ModuleNotFoundError: No module named 'sklearn.externals.joblib
Scripts throw "ModuleNotFoundError: No module named 'sklearn.externals.joblib'" error
Traceback (most recent call last):
File "/Users/user1/MyGitRepo/CAUSE/tasks/train.py", line 269, in
It should be an issue of tick
, as the sklearn
does not bundle joblib
since recent versions. Can you try editing that ongitudinal_features_product.py
file to from joblib import Parallel, delayed
?
In my local copy I edited the import function from tick library.
This issues is already reported and fixed in tick, waiting for release. https://github.com/X-DataInitiative/tick/issues/459