scikit-learn/sklearn/feature_extraction
Lars Buitinck 37c1d092f8 COSMIT shut up the build by calling np.import_array in Cython modules
$(make in 2>&1 | wc -l) down from 706 to 517.

Took the liberty of modernizing some of the Cython code while I was at it.
2013-01-10 18:00:21 +01:00
..
tests COSMIT pep8 2012-12-22 16:48:17 +01:00
__init__.py COSMIT pep8 2012-12-22 16:48:17 +01:00
_hashing.c COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
_hashing.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +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 COSMIT pep8 2012-12-02 11:17:17 +00:00
image.py COSMIT pep8 2012-12-22 16:48:17 +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 COSMIT PEP8 2012-12-22 16:48:17 +01:00