Skip to content

Commit

Permalink
Fix imports in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Pedregosa committed Oct 22, 2010
1 parent 1ac91af commit b77189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mlcomp_sparse_document_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import pylab as pl

from scikits.learn.datasets import load_mlcomp
from scikits.learn.sparse.svm import LinearSVC
from scikits.learn.svm.sparse import LinearSVC
from scikits.learn.metrics import confusion_matrix

if 'MLCOMP_DATASETS_HOME' not in os.environ:
Expand Down

0 comments on commit b77189b

Please sign in to comment.