scikit-learn/sklearn/preprocessing
Guillaume Lemaitre 0d701e8fef
MAINT use .toarray instead of .A that is deprecated (#27367)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-09-14 13:08:35 +02:00
..
tests MAINT use .toarray instead of .A that is deprecated (#27367) 2023-09-14 13:08:35 +02:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_csr_polynomial_expansion.pyx ENH Allow for appropriate dtype us in `preprocessing.PolynomialFeatures` for sparse matrices (#23731) 2023-05-04 21:30:49 +02:00
_data.py DOC add reference DOI in PowerTransformer (#27247) 2023-08-31 17:56:51 +02:00
_discretization.py DOC Add links to preprocessing examples in docstrings and userguide (#26877) 2023-08-24 15:15:41 +02:00
_encoders.py DOC Add links to preprocessing examples in docstrings and userguide (#26877) 2023-08-24 15:15:41 +02:00
_function_transformer.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_label.py MAINT: Remove np.in1d and np.trapz usages (#27140) 2023-09-06 17:06:31 +02:00
_polynomial.py MAINT Remove soon-to-be deprecated scipy.sparse functions (#26751) 2023-07-12 18:34:01 +02:00
_target_encoder.py ENH Allows multiclass target in `TargetEncoder` (#26674) 2023-09-07 09:52:15 +00:00
_target_encoder_fast.pyx MAINT Cython linting (#25861) 2023-04-19 14:32:53 +00:00