scikit-learn/sklearn/preprocessing
Bharat Raghunathan 129a5d7e86
DOC Ensures that OrdinalEncoder passes numpydoc validation (#21030)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-09-14 12:08:58 +02:00
..
tests BUG Fixes FunctionTransformer validation in inverse_transform (#20961) 2021-09-08 11:01:24 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_csr_polynomial_expansion.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
_data.py DOC Ensures that PowerTransformer passes numpydoc validation (#21015) 2021-09-13 17:46:52 +02:00
_discretization.py DOC Ensures that KBinsDiscretizer passes numpydoc validation (#21016) 2021-09-13 10:55:21 +02:00
_encoders.py DOC Ensures that OrdinalEncoder passes numpydoc validation (#21030) 2021-09-14 12:08:58 +02:00
_function_transformer.py BUG Fixes FunctionTransformer validation in inverse_transform (#20961) 2021-09-08 11:01:24 +02:00
_label.py DOC Ensures that LabelBinarizer passes numpydoc validation (#20990) 2021-09-09 11:09:37 +02:00
_polynomial.py API Implements get_feature_names_out for transformers that support get_feature_names (#18444) 2021-09-07 10:56:57 +02:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00