scikit-learn/sklearn/feature_extraction
jnothman d6e9598abe Merge pull request #1880 from NicolasTr/patch_extractor_float_max_patches
Support float values for max_patches in PatchExtractor.transform
2013-05-12 02:20:13 -07:00
..
tests Merge pull request #1880 from NicolasTr/patch_extractor_float_max_patches 2013-05-12 02:20:13 -07:00
__init__.py COSMIT pep8 2012-12-22 16:48:17 +01:00
_hashing.c DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
_hashing.pyx DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
dict_vectorizer.py FIX DictVectorizer behavior on empty X and empty samples 2013-05-04 17:09:07 +02:00
hashing.py DOC: Replaced all BSD style licenses with "BSD 3 clause" 2013-04-30 08:34:46 +02:00
image.py Merge pull request #1880 from NicolasTr/patch_extractor_float_max_patches 2013-05-12 02:20:13 -07: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 Use csr_matrix.sum_duplicates instead of tocoo 2013-05-08 12:36:39 +10:00