scikit-learn/sklearn/preprocessing
Nicolas Hug c3effe4bea
DOC minor typo fix (#18119)
2020-08-07 10:01:00 -04:00
..
tests FEA allow unknowns in OrdinalEncoder transform (#17406) 2020-08-05 18:49:25 +10: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 Added parameter clip to MinMaxScaler (#17833) 2020-07-10 22:50:30 +02:00
_discretization.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
_encoders.py DOC minor typo fix (#18119) 2020-08-07 10:01:00 -04: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 improve attributes and parameters descriptions in MultiLabelBinarizer (#17718) 2020-06-25 18:20:40 +02:00
setup.py [MRG] Fast PolynomialFeatures on CSR matrices (#12197) 2018-10-19 10:55:14 +02:00