You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to fix #11408, this swaps joblib and _joblib. It however, allows users to access joblib's Memory or Parallel functionality without accessing sklearn.externals._joblib by importing Memory, Parallel, etc. into sklearn.utils.
The text was updated successfully, but these errors were encountered:
In order to fix #11408, this swaps
joblib
and_joblib
. It however, allows users to access joblib'sMemory
orParallel
functionality without accessingsklearn.externals._joblib
by importingMemory
,Parallel
, etc. intosklearn.utils
.The text was updated successfully, but these errors were encountered: