Skip to content

Commit bdd70c9

Browse files
committed
Compress layout for mobile
1 parent 65feccd commit bdd70c9

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

packages/scikit-learn/index.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -465,15 +465,11 @@ classification.
465465
:scale: 70
466466

467467

468+
Stripped-down version of the `face recognition example
469+
<http://scikit-learn.org/dev/auto_examples/applications/face_recognition.html>`_:
470+
468471
.. sourcecode:: python
469472

470-
"""
471-
Stripped-down version of the face recognition example by Olivier Grisel
472-
473-
http://scikit-learn.org/dev/auto_examples/applications/face_recognition.html
474-
475-
## original shape of images: 50, 37
476-
"""
477473
import numpy as np
478474
import pylab as pl
479475
from sklearn import cross_val, datasets, decomposition, svm
@@ -646,5 +642,3 @@ appended to their name.
646642

647643

648644

649-
650-

0 commit comments

Comments
 (0)