8000 DOC: Remove non-relevant comment in `fetch_lfw_pairs` documentation (… · scikit-learn/scikit-learn@d0ee195 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0ee195

Browse files
authored
DOC: Remove non-relevant comment in fetch_lfw_pairs documentation (#30871)
1 parent d6334e1 commit d0ee195

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sklearn/datasets/_lfw.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -511,11 +511,11 @@ def fetch_lfw_pairs(
511511
Features real, between 0 and 255
512512
================= =======================
513513
514-
In the official `README.txt`_ this task is described as the
515-
"Restricted" task. As I am not sure as to implement the
516-
"Unrestricted" variant correctly, I left it as unsupported for now.
517-
518-
.. _`README.txt`: http://vis-www.cs.umass.edu/lfw/README.txt
514+
In the `original paper <https://people.cs.umass.edu/~elm/papers/lfw.pdf>`_
515+
the "pairs" version corresponds to the "restricted task", where
516+
the experimenter should not use the name of a person to infer
517+
the equivalence or non-equivalence of two face images that
518+
are not explicitly given in the training set.
519519
520520
The original images are 250 x 250 pixels, but the default slice and resize
521521
arguments reduce them to 62 x 47.

0 commit comments

Comments
 (0)
0