Skip to content

Commit 7ae688d

Browse files
committed
Merge pull request scikit-learn#4778 from untom/fixname
DOC fix contributor name
2 parents 71deb4a + 0b330be commit 7ae688d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/whats_new.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ New features
1919

2020
- The new class :class:`preprocessing.RobustScaler` provides an
2121
alternative to :class:`preprocessing.StandardScaler` for feature-wise
22-
centering and range normalization that is robust to outliers. By `untom`_.
22+
centering and range normalization that is robust to outliers. By `Thomas Unterthiner`_.
2323

2424
Enhancements
2525
............
@@ -202,7 +202,7 @@ New features
202202

203203
- Added :class:`cross_validation.PredefinedSplit` cross-validation
204204
for fixed user-provided cross-validation folds.
205-
By `untom`_.
205+
By `Thomas Unterthiner`_.
206206

207207
- Added :class:`calibration.CalibratedClassifierCV`, an approach for
208208
calibrating the predicted probabilities of a classifier.
@@ -3497,4 +3497,4 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
34973497

34983498
.. _Sebastian Raschka: http://sebastianraschka.com
34993499

3500-
.. _untom: https://github.com/untom
3500+
.. _Thomas Unterthiner: https://github.com/untom

0 commit comments

Comments
 (0)