assert_array_equal(lfw_people.target_names, expected_classes)# It is possible to ask for the original data without any croping or color# conversion and not limit on the number of picture per personlfw_people =fetch_lfw_people(data_home=SCIKIT_LEARN_DATA, resize=None, slice_=None, color=T...