scikit-learn/sklearn/feature_extraction
Alexandre Gramfort 8078d7077f TST : use assert_true and not assert in test 2012-11-29 13:10:41 +01:00
..
tests TST : use assert_true and not assert in test 2012-11-29 13:10:41 +01:00
__init__.py ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
_hashing.c ENH allow (feature, value) pairs in FeatureHasher 2012-11-17 17:29:20 +01:00
_hashing.pyx ENH allow (feature, value) pairs in FeatureHasher 2012-11-17 17:29:20 +01:00
dict_vectorizer.py ENH let DictVectorizer build a CSR matrix directly and use array.array 2012-09-29 23:01:27 +02:00
hashing.py BUG enforce and document max. n_features for FeatureHasher 2012-11-19 12:04:57 +01:00
image.py TST : use assert_true and not assert in test 2012-11-29 13:10:41 +01: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 Improve error message when vocabulary is empty. 2012-11-24 19:43:10 +09:00