Thomas J. Fan
|
3ae7c76153
|
STY Enables black with experimental_string_processing=true (#20412)
|
2021-06-29 09:47:04 +02:00 |
Thomas J. Fan
|
82df48934e
|
MNT Applies black formatting to most of the code base (#18948)
|
2021-06-17 14:21:09 -04:00 |
Andrew Delong
|
a67b284f90
|
FIX Encoder should accept categories having dtype='S' (#19727)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2021-04-21 17:34:28 -04:00 |
Thomas J. Fan
|
53add71a54
|
FIX Fixes encoders for string dtypes (#15763)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
|
2020-10-27 12:08:56 +01:00 |
Thomas J. Fan
|
eeddc17a85
|
ENH Adds missing value support to OneHotEncoder (#17317)
OneHotEncoder supports categorical features with missing values by
considering the missing values as an additional category.
|
2020-10-09 08:38:33 +02:00 |
Frans Larsson
|
9763856df4
|
DOC Fix documentation of default values in sklearn.utils._encode.py (#17859)
|
2020-07-12 13:06:57 -04:00 |
Thomas J Fan
|
d40d993199
|
CLN Refactors _encode into two functions (#17101)
|
2020-05-12 14:23:00 -04:00 |