scikit-learn/sklearn/preprocessing
Edoardo Abati 5cf61b21ec
ENH Add Array API compatibility to `Normalizer` (#27558)
2023-11-14 14:08:43 +01:00
..
tests ENH Add Array API compatibility to `Normalizer` (#27558) 2023-11-14 14:08:43 +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 ENH Add Array API compatibility to `Normalizer` (#27558) 2023-11-14 14:08:43 +01:00
_discretization.py MAINT: Remove `np.int_` and `np.uint` (#27523) 2023-10-06 12:20:14 +02:00
_encoders.py FIX raise an error if user defined categories contain duplicate values (#27328) 2023-11-01 15:29:49 +00:00
_function_transformer.py ENH Improve warnings if func returns a dataframe in FunctionTransformer (#26944) 2023-09-19 19:10:38 +02:00
_label.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
_polynomial.py TST Extend tests for `scipy.sparse.*array` in `test_polynomial.py` (#27166) 2023-09-29 21:55:08 +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