from sklearn.model_selection import train_test_split from sklearn.datasets import fetch_lfw_people lfw = fetch_lfw_people(min_faces_per_person=70, resize=0.4) image