scikit-learn/sklearn/preprocessing
Franck Charras 77aeb825b6
FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940)
2023-12-18 16:43:08 +01:00
..
tests FIX Apply dtype param in `check_array_api_compute_metric` unit test (#27940) 2023-12-18 16:43:08 +01:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_csr_polynomial_expansion.pyx MAINT Follow cython performance hints (#27521) 2023-10-11 11:43:47 +02:00
_data.py DOC improve documentation of copy=False in preprocessing functions (#27691) 2023-12-07 16:04:02 +01:00
_discretization.py MAINT: Remove `np.int_` and `np.uint` (#27523) 2023-10-06 12:20:14 +02:00
_encoders.py ENH improve the efficiency of Encoders in checking nan (#27760) 2023-11-29 08:21:30 -08:00
_function_transformer.py FIX ensure consistency or column and feature names in FunctionTransformer (#27801) 2023-12-02 00:13:14 +01:00
_label.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
_polynomial.py DOC linked SplineTransformer to time-related feature engineering example (#26971) 2023-12-04 15:44:21 +00:00
_target_encoder.py DOC fix referencing in TargetEncoder docstring (#27697) 2023-11-01 15:01:24 +11:00
_target_encoder_fast.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00