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 65feccd commit bdd70c9Copy full SHA for bdd70c9
packages/scikit-learn/index.rst
@@ -465,15 +465,11 @@ classification.
465
:scale: 70
466
467
468
+Stripped-down version of the `face recognition example
469
+<http://scikit-learn.org/dev/auto_examples/applications/face_recognition.html>`_:
470
+
471
.. sourcecode:: python
472
- """
- Stripped-down version of the face recognition example by Olivier Grisel
-
473
- http://scikit-learn.org/dev/auto_examples/applications/face_recognition.html
474
475
- ## original shape of images: 50, 37
476
477
import numpy as np
478
import pylab as pl
479
from sklearn import cross_val, datasets, decomposition, svm
@@ -646,5 +642,3 @@ appended to their name.
646
642
647
643
648
644
649
650
0 commit comments