I am trying to load my saved model from s3 using joblib
import pandas as pd import numpy as np import json import subprocess import sqlalchemy from sklearn.
You can directly use
import joblib
instead of
from sklearn.externals import joblib.
I tried this out and it worked well for me