scikit-learn/sklearn/feature_extraction
Hannah Bohle 4b5ea125ed
FIX Remove validation in FeatureHasher's __init__ (#21573)
Co-authored-by: Maren Westermann <maren.westermann@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-12-14 18:51:22 +01:00
..
tests FIX Remove validation in FeatureHasher's __init__ (#21573) 2021-12-14 18:51:22 +01:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_dict_vectorizer.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
_hash.py FIX Remove validation in FeatureHasher's __init__ (#21573) 2021-12-14 18:51:22 +01:00
_hashing_fast.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_stop_words.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
image.py DOC Ensures that PatchExtractor passes numpydoc validation (#21233) 2021-10-04 09:52:32 -04:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
text.py FIX TfidfVectorizer should not assign in __init__ (#21832) 2021-12-09 15:37:15 -05:00