scikit-learn/sklearn/feature_extraction
Chiara Marmo 320b4c61f9
FEA Add iterable values support for dictvectorizer (#17367)
Co-authored-by: Peng Yu <peng.yu@shopify.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
2020-08-01 22:10:36 +10:00
..
tests FEA Add iterable values support for dictvectorizer (#17367) 2020-08-01 22:10:36 +10:00
__init__.py Fix imports in pip3 ubuntu by suffixing affected files (#15891) 2019-12-18 10:09:48 +08:00
_dict_vectorizer.py FEA Add iterable values support for dictvectorizer (#17367) 2020-08-01 22:10:36 +10:00
_hash.py DOC Missing input_type to FeatureHasher (#17922) 2020-07-15 18:07:50 +10:00
_hashing_fast.pyx MNT Remove code for scipy legacy version (#17708) 2020-06-24 21:07:39 +02:00
_stop_words.py MNT Make modules private in feature_extraction (#15321) 2019-10-25 16:41:13 -04:00
image.py DOC cleaning parameter docstrings in feature_extraction/image.py (#17900) 2020-07-31 17:11:42 +02:00
setup.py MNT Make modules private in feature_extraction (#15321) 2019-10-25 16:41:13 -04:00
text.py FIX Fixes CountVectorizer sample invariance with max_features (#18016) 2020-07-28 13:49:32 +02:00