Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ from sklearn.utils._testing import ignore_warnings
|
|
11 |
from sklearn.exceptions import ConvergenceWarning
|
12 |
from sklearn.utils import shuffle
|
13 |
|
14 |
-
|
15 |
def load_mnist(classes, n_samples):
|
16 |
"""Load MNIST, select two classes, shuffle and return only n_samples."""
|
17 |
# Load data from http://openml.org/d/554
|
|
|
11 |
from sklearn.exceptions import ConvergenceWarning
|
12 |
from sklearn.utils import shuffle
|
13 |
|
|
|
14 |
def load_mnist(classes, n_samples):
|
15 |
"""Load MNIST, select two classes, shuffle and return only n_samples."""
|
16 |
# Load data from http://openml.org/d/554
|