Skip to content
Snippets Groups Projects
Commit 03f33ba2 authored by Lars Buitinck's avatar Lars Buitinck
Browse files

MAINT comment out unused import in example

parent 8f94ae6d
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ print(__doc__)
import numpy as np
import pylab as pl
from sklearn import svm
from sklearn.linear_model import SGDClassifier
#from sklearn.linear_model import SGDClassifier
# we create 40 separable points
rng = np.random.RandomState(0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment