from __future__ import print_function, division %matplotlib inline import numpy as np import matplotlib.pyplot as plt import pandas as pd # use seaborn for better matplotlib styles import seaborn; seaborn.set(style='white') from sklearn.datasets import fetch_lfw_people faces = fetch_lfw_people(min_faces_per_person=70, resize=0.4)