Closed
Description
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
Labels
No labels