scikit-learn/sklearn/feature_extraction/tests
jnothman 250e509e86 ENH O(1) stop-word lookup when list provided
The docstring says stop_words can be a list, but it should be accessed as a set.
2015-08-08 22:55:13 +10:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_dict_vectorizer.py ENH sort option for memory-efficient DictVectorizer 2014-09-22 16:44:31 +02:00
test_feature_hasher.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_image.py TST/COSMIT remove nose call boilerplate 2015-05-28 14:54:01 -04:00
test_text.py ENH O(1) stop-word lookup when list provided 2015-08-08 22:55:13 +10:00