Skip to content

Commit 47ab98c

Browse files
authored
DOC: Update link to facial recognition dataset (scikit-learn#30800)
1 parent 20e10dd commit 47ab98c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

examples/applications/plot_face_recognition.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
===================================================
55
66
The dataset used in this example is a preprocessed excerpt of the
7-
"Labeled Faces in the Wild", aka LFW_:
8-
http://vis-www.cs.umass.edu/lfw/lfw-funneled.tgz (233MB)
9-
10-
.. _LFW: http://vis-www.cs.umass.edu/lfw/
7+
"Labeled Faces in the Wild", aka LFW:
8+
https://www.kaggle.com/datasets/jessicali9530/lfw-dataset
119
1210
"""
1311

sklearn/datasets/descr/lfw.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ The Labeled Faces in the Wild face recognition dataset
44
------------------------------------------------------
55

66
This dataset is a collection of JPEG pictures of famous people collected
7-
over the internet, all details are available on the official website:
7+
over the internet, and the details are available on the Kaggle website:
88

9-
http://vis-www.cs.umass.edu/lfw/
9+
https://www.kaggle.com/datasets/jessicali9530/lfw-dataset
1010

1111
Each picture is centered on a single face. The typical task is called
1212
Face Verification: given a pair of two pictures, a binary classifier
@@ -114,7 +114,7 @@ Features real, between 0 and 255
114114

115115
* `Labeled Faces in the Wild: A Database for Studying Face Recognition
116116
in Unconstrained Environments.
117-
<http://vis-www.cs.umass.edu/lfw/lfw.pdf>`_
117+
<https://people.cs.umass.edu/~elm/papers/lfw.pdf>`_
118118
Gary B. Huang, Manu Ramesh, Tamara Berg, and Erik Learned-Miller.
119119
University of Massachusetts, Amherst, Technical Report 07-49, October, 2007.
120120

0 commit comments

Comments
 (0)