Skip to content

Commit 3b5abf7

Browse files
committed
DOC Credit Thomas Fan for contribution to ColumnTransformer
1 parent 895dfd3 commit 3b5abf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/whats_new/v0.20.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ Preprocessing
109109

110110
- Added :class:`compose.ColumnTransformer`, which allows to apply
111111
different transformers to different columns of arrays or pandas
112-
DataFrames. :issue:`9012` by `Andreas Müller`_ and `Joris Van den Bossche`_.
112+
DataFrames. :issue:`9012` by `Andreas Müller`_ and `Joris Van den Bossche`_,
113+
and :issue:`11315` by :user:`Thomas Fan <thomasjpfan>`_.
113114
114115
- Added :class:`preprocessing.PowerTransformer`, which implements the Box-Cox
115116
power transformation, allowing users to map data from any distribution to a

0 commit comments

Comments
 (0)