scikit-learn/sklearn/feature_extraction
Andreas Mueller 1406cdfbb7 ENH use the numbers module introduced in Python 2.6 to check for number types.
Fixes 1255.
2012-10-24 18:44:53 +02:00
..
tests TST CountVectorizer with empty vocabulary 2012-10-07 15:32:46 +02:00
__init__.py Add __all__ for half of the scikit 2012-09-04 18:00:49 +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
image.py ENH use the numbers module introduced in Python 2.6 to check for number types. 2012-10-24 18:44:53 +02:00
stop_words.py Flatten the feature extraction API 2012-03-03 17:20:32 +01:00
text.py ENH use the numbers module introduced in Python 2.6 to check for number types. 2012-10-24 18:44:53 +02:00