From 7de4ccd1c51fc7fbdd4e2524b12c28f75ede4f17 Mon Sep 17 00:00:00 2001 From: Srinivas Gorur-Shandilya Date: Thu, 16 Apr 2020 13:52:42 -0400 Subject: [PATCH] fixed mnist.loader import statement --- doc/supervised.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/supervised.rst b/doc/supervised.rst index 3b7f3897..d91eaf51 100644 --- a/doc/supervised.rst +++ b/doc/supervised.rst @@ -15,7 +15,7 @@ seaborn for plotting. .. code:: python3 import numpy as np - from mnist import MNIST + from mnist.loader import MNIST import matplotlib.pyplot as plt %matplotlib inline import seaborn as sns