Skip to content

Potential error in beginner's tutorial #6751

Closed
@cammil

Description

@cammil

Potential error in tutorial:

http://scikit-learn.org/stable/tutorial/statistical_inference/settings.html
Section: An example of reshaping data would be the digits dataset
...

import pylab as pl
pl.imshow(digits.images[-1], cmap=pl.cm.gray_r)
...

However, pylab does not appear to have the imshow method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions