Fix joblib

This commit is contained in:
Florent Guiotte 2020-05-30 22:53:51 +02:00
parent eb2a4b022f
commit a4a4a5a188

View File

@ -10,7 +10,7 @@ doc.
import numpy as np import numpy as np
import sap import sap
from sklearn.externals.joblib import Memory from joblib import Memory
memory = Memory(location='cache/', verbose=0) memory = Memory(location='cache/', verbose=0)