Fix joblib
This commit is contained in:
parent
eb2a4b022f
commit
a4a4a5a188
@ -10,7 +10,7 @@ doc.
|
||||
|
||||
import numpy as np
|
||||
import sap
|
||||
from sklearn.externals.joblib import Memory
|
||||
from joblib import Memory
|
||||
|
||||
memory = Memory(location='cache/', verbose=0)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user