Nahrawy commited on
Commit
3e39e30
1 Parent(s): 52c4802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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