Thomas J. Fan
|
3ae7c76153
|
STY Enables black with experimental_string_processing=true (#20412)
|
2021-06-29 09:47:04 +02:00 |
Gabriel S Vicente
|
dbbb88d32a
|
DOC Ensures that OneHotEncoder passes numpydoc validation (#20406)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
|
2021-06-27 08:54:19 +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 |
Tom Dupré la Tour
|
f6e6ad2d9e
|
MNT clean futurewarning for 1.0 | _deprecate_positional_args (#20002)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
2021-05-14 11:30:27 -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
|
004b44d007
|
FIX OneHotEncoder.fit no longer alters the drop parameter (#19924)
|
2021-04-20 23:29:02 +02:00 |
Thomas J. Fan
|
5d8796b91d
|
FIX Fixes unknown handling for str dtypes in OrdinalEncoder.transform (#19888)
* FIX Fixes unknown handling for str X in OrdinalEncoder.transform
* DOC Adds whats new
* DOC Move to 0.24.2
* DOC Adds reasoning in comment
|
2021-04-18 17:31:50 +02:00 |
Guillaume Lemaitre
|
8a3939aa69
|
FIX Error for sparse matrix in OrdinalEncoder.inverse_transform (#19879)
|
2021-04-13 07:59:30 -04:00 |
Guillaume Lemaitre
|
767fd63c9d
|
DOC make documentation consistent regarding types in _encoders.py (#19876)
|
2021-04-13 12:27:14 +02:00 |
Roman Yurchak
|
a80b99ca04
|
DOC Fix versionchanged/versionadded in OneHotEncoder (#16562)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2021-04-09 10:31:53 +02:00 |
Thomas J. Fan
|
c9c89cfc85
|
ENH Adds support for drop + handle_unknown=ignore in the OneHotEncoder (#19041)
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
|
2021-03-31 16:45:38 +02:00 |
Thomas J. Fan
|
638b7689bb
|
ENH Adds nan passthrough in OrdinalEncoder (#19069)
|
2021-02-24 17:23:44 +11:00 |
Guillaume Lemaitre
|
8ea176ae0c
|
FIX validate handle_unkown strategies in OrdinalEncoder (#19234)
|
2021-01-22 10:58:41 +01: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 |
Kevin Winata
|
5d5329c473
|
FIX raise error in OneHotEncoder.inverse_transform (#14982)
|
2020-10-19 21:21:47 +02: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 |
Albert Villanova del Moral
|
7e545e1724
|
DOC Fix versionadded for 0.23 (#18522)
|
2020-10-05 10:23:32 +11:00 |
Nicolas Hug
|
4aada4e5fd
|
ENH Support unknown_value=np.nan in OrdinalEncoder (#18406)
|
2020-09-23 12:57:31 +02:00 |
Albert Villanova del Moral
|
647fcb1ac1
|
DOC Fix A to uppercase in See Also docstring section (#18332)
|
2020-09-04 10:35:01 -04:00 |
Nicolas Hug
|
c3effe4bea
|
DOC minor typo fix (#18119)
|
2020-08-07 10:01:00 -04:00 |
Felix Wick
|
8a213df98f
|
FEA allow unknowns in OrdinalEncoder transform (#17406)
|
2020-08-05 18:49:25 +10:00 |
Juan Carlos Alfaro Jiménez
|
547ead6c0c
|
MNT More replacements of numpy aliases with built-in types (#17707)
* MNT More replacements of numpy aliases with built-in types [scipy-dev]
* MNT More (manual) replacements of numpy aliases
* MNT More (manual) replacements of numpy aliases
* FIX Minor change
* MNT Trigger build [scipy-dev]
* FIX Minor change
* MNT Trigger build [scipy-dev]
* FIX More deprecations of numpy aliases [scipy-dev]
* MNT Silent numpy aliases warnings [scipy-dev]
* FIX Fix silent deprecations
* Trigger build [scipy-dev]
* FIX Add scape characters [scipy-dev]
* FIX Remove package specification from silent
* Trigger build [scipy-dev]
* Revert
|
2020-06-26 12:45:03 +02:00 |
Thomas J. Fan
|
7cc0177f8e
|
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse
* STY Lint error
|
2020-06-24 16:51:51 +02:00 |
Saurabh Jain
|
00bc681e10
|
DOC shorten class links in docstring using tilde (#17470)
* added tilde to bunch of files
* Updated _kde.py
Changed array_like to array-like
* Updated _kde.py
Removed space
* updated _kde.py
Added full stop
* PEP8
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2020-06-16 10:44:13 +02:00 |
Thomas J Fan
|
d40d993199
|
CLN Refactors _encode into two functions (#17101)
|
2020-05-12 14:23:00 -04:00 |
Ekaterina Borovikova
|
4755ae76d2
|
DOC Add versionchanged and versionadded for v0.20 (#16199)
Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>
Co-Authored-By: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
|
2020-04-26 09:29:36 -04:00 |
Thomas J Fan
|
e54cd3c061
|
API Deprecate positional arguments in preprocessing (#16996)
* API Deprecate positional arguments in preprocessing
* CLN Address comments
* CLN Uses classes as a keyword only argument
* BUG Fix
|
2020-04-23 19:10:49 +02:00 |
Roman Yurchak
|
75d3f29e72
|
MAINT Remove outdated numpy and scipy backports (#16725)
* Remove unecessary numpy & scipy backports
* More fixes
* Remove unused imports
|
2020-03-20 13:57:18 +01:00 |
Olivier Grisel
|
6ee1597650
|
DOC Add note on bias induced by dropping categories in OneHotE… (#16679)
|
2020-03-13 10:25:09 -04:00 |
Chiara Marmo
|
f763c614f4
|
ENH Add check for non binary variables in OneHotEncoder. (#16585)
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2020-03-10 09:58:55 +01:00 |
Guillaume Lemaitre
|
db85b1264c
|
DOC improve the documentation of OneHotEncoder for if_binary (#16428)
|
2020-02-11 18:31:42 +01:00 |
Rushabh Vasani
|
7e7e115296
|
ENH Add 'if_binary' option to drop argument of OneHotEncoder (#16245)
|
2020-02-07 10:18:26 +01:00 |
Thomas J Fan
|
69884d5fd2
|
ENH: Improves speed of one hot encoding (#15762)
|
2019-12-04 15:53:15 +01:00 |
Paula
|
ff878d60aa
|
DOC add versionadded to OneHotEcoder, LabelEncoder (#15506)
and OrdinalEncoder
|
2019-11-15 22:01:55 +01:00 |
Soumirai
|
968a67e79f
|
DOC numpydoc validation for OneHotEncoder and OrdinalEncoder (#15446)
|
2019-11-02 16:15:02 +01:00 |
Venkatachalam N
|
692c2f286e
|
EXA Improving the example for get_feature_names in OneHotEncoder (#15369)
|
2019-10-28 11:48:07 +08:00 |
Thomas J Fan
|
15d5ef04df
|
MNT Make modules private in preprocessing (#15323)
|
2019-10-22 11:37:05 +08:00 |
Andreas Mueller
|
03ea20db0f
|
Fix mixin inheritance order, allow overwriting tags (#14884)
|
2019-09-05 10:13:30 +02:00 |
Adrin Jalali
|
f749bed458
|
[MRG] DOC clarify LabelEncoder's docstring (#14642)
|
2019-08-15 07:48:04 +10:00 |
Andreas Mueller
|
92af3dabbb
|
MAINT simplify check_is_fitted to use any fitted attributes (#14545)
|
2019-08-13 22:09:07 +02:00 |
krishna katyal
|
c2d5cba19d
|
DOC improve OneHotEncoder's docstring (#14396)
|
2019-07-22 10:41:48 -07:00 |
Thomas J Fan
|
0bdd92036d
|
[MRG] MAINT Adds tag categorical to OneHotEncoder (#14068)
|
2019-06-24 22:42:05 +10:00 |
Roman Yurchak
|
ccd3331f7e
|
MNT remove unused imports (#14021)
|
2019-06-04 23:15:19 +10:00 |
Thomas J Fan
|
2e7e06b78f
|
[MRG] Doctest with print change only adjusts default options for doctest (#13991)
|
2019-06-01 10:53:45 +02:00 |
Guillaume Lemaitre
|
9ee164baa3
|
[MRG] DEP remove legacy mode from OneHotEncoder (#13855)
|
2019-05-29 21:03:29 +10:00 |
James Myatt
|
e35f040200
|
[MRG] Fixes get_feature_names results when using drop functionality (#13894)
|
2019-05-23 14:39:39 +02:00 |
Nicolas Hug
|
911792b008
|
ENH Avoid calling _encode_check_unknown() twice in BaseEncoder.transform (#13810)
|
2019-05-22 09:43:40 +10:00 |
Paresh Mathur
|
ea58e27ace
|
DOC Documentation improvement in fbeta_score and OneHotEncoder (#13904)
|
2019-05-20 10:30:10 +08:00 |
Nicolas Hug
|
83dca7eb1b
|
MNT Correctly handle deprecated attribute warnings and docstrings (#13635)
|
2019-04-18 10:21:40 -07:00 |
Mohammad Aftab
|
c3731f524c
|
MNT Updated error message to remove deprecated n_values (#13454)
|
2019-03-22 08:34:53 +11:00 |