In [1]:
from __future__ import print_function, division
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
from sklearn.externals import joblib
In [2]:
# use joblib.load to read in spam_train.pkl
# if you don't know how a method or object works,
# try putting a question mark before or after it,
# then run the cell:
joblib.load?