mailgun / talon

Apache License 2.0
1.27k stars 285 forks source link

ImportError: cannot import name 'joblib' #209

Closed alfredfrancis closed 3 years ago

alfredfrancis commented 3 years ago

from sklearn.externals import joblib This code was written for an older version of scikit-learn.

Now you can directly use import joblib

mailgun-ci commented 3 years ago

Can one of the admins verify this patch?