scikit-learn/sklearn/preprocessing
Oleh Kozynets f9e0b7d55f
FIX VisibleDeprecationWarning in unit tests and docstrings (#18414)
2020-10-28 14:47:57 +01:00
..
tests FIX VisibleDeprecationWarning in unit tests and docstrings (#18414) 2020-10-28 14:47:57 +01:00
__init__.py MNT Make modules private in preprocessing (#15323) 2019-10-22 11:37:05 +08: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 ENH add support for sample_weights in StandardScaler when X is sparse (#18682) 2020-10-28 09:34:17 +01:00
_discretization.py ENH Checks n_features_in_ in preprocessing module (#18577) 2020-10-21 18:11:44 +02:00
_encoders.py FIX Fixes encoders for string dtypes (#15763) 2020-10-27 12:08:56 +01:00
_function_transformer.py DOC standardized formatting for default values in transformer class. (#17505) 2020-06-06 17:04:12 -04:00
_label.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
setup.py [MRG] Fast PolynomialFeatures on CSR matrices (#12197) 2018-10-19 10:55:14 +02:00