We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b46c13 commit 224d769Copy full SHA for 224d769
examples/applications/face_recognition.py
@@ -54,7 +54,7 @@
54
# introspect the images arrays to find the shapes (for plotting)
55
n_samples, h, w = lfw_people.images.shape
56
57
-# fot machine learning we use the 2 data directly (as relative pixel
+# for machine learning we use the 2 data directly (as relative pixel
58
# positions info is ignored by this model)
59
X = lfw_people.data
60
n_features = X.shape[1]
0 commit comments