We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0cf75 commit 89d94caCopy full SHA for 89d94ca
sklearn/feature_extraction/tests/test_dict_vectorizer.py
@@ -5,10 +5,9 @@
5
import numpy as np
6
import scipy.sparse as sp
7
8
-from nose.tools import assert_equal, assert_in
9
-from nose.tools import assert_true
10
-from nose.tools import assert_false
11
from numpy.testing import assert_array_equal
+from sklearn.utils.testing import (assert_equal, assert_in,
+ assert_false, assert_true)
12
13
from sklearn.feature_extraction import DictVectorizer
14
from sklearn.feature_selection import SelectKBest, chi2
0 commit comments