scikit-learn/sklearn/feature_extraction
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
..
tests ENH O(1) stop-word lookup when list provided 2015-08-08 22:55:13 +10:00
__init__.py COSMIT pep8 2012-12-22 16:48:17 +01:00
_hashing.c ENH filter out zeros early in FeatureHasher 2013-12-27 15:32:27 +01:00
_hashing.pyx MAINT: handle frombuffer with empty 1st arg in utils.fixes 2014-09-22 17:23:51 +02:00
dict_vectorizer.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
hashing.py DOC FeatureHasher takes (finite) numbers as values 2015-07-12 13:20:06 +02:00
image.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
setup.py ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
stop_words.py Flatten the feature extraction API 2012-03-03 17:20:32 +01:00
text.py ENH O(1) stop-word lookup when list provided 2015-08-08 22:55:13 +10:00