diff --git a/sklearn/datasets/lfw.py b/sklearn/datasets/lfw.py index e944e658675212d9595b6383aca0211bfb0e4c6a..e191efb37b04133a4c81b26ed886fe7504885942 100644 --- a/sklearn/datasets/lfw.py +++ b/sklearn/datasets/lfw.py @@ -246,7 +246,7 @@ def fetch_lfw_people(data_home=None, funneled=True, resize=0.5, (gallery). The original images are 250 x 250 pixels, but the default slice and resize - arguments reduce them to 62 x 74. + arguments reduce them to 62 x 47. Parameters ---------- @@ -418,7 +418,7 @@ def fetch_lfw_pairs(subset='train', data_home=None, funneled=True, resize=0.5, .. _`README.txt`: http://vis-www.cs.umass.edu/lfw/README.txt The original images are 250 x 250 pixels, but the default slice and resize - arguments reduce them to 62 x 74. + arguments reduce them to 62 x 47. Read more in the :ref:`User Guide <labeled_faces_in_the_wild>`.