This notebooks had been tested with the following library versions
import sklearn as sk import numpy as np import matplotlib import IPython
print sk.__version__ print np.__version__ print matplotlib.__version__ print IPython.__version__
0.15.1 1.8.2 1.3.1 2.1.0