Skip to content

Commit

Permalink
trying to fix python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eisber committed Oct 6, 2016
1 parent 3c252b3 commit 67b31c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_sklearn_vw.py
Expand Up @@ -4,7 +4,7 @@

from vowpalwabbit.sklearn_vw import VW, VWClassifier, VWRegressor, tovw
from sklearn import datasets
from sklearn.utils.validation import NotFittedError
from sklearn.exceptions import NotFittedError
from scipy.sparse import csr_matrix


Expand Down

0 comments on commit 67b31c5

Please sign in to comment.