8000 DOC add fix for #6147 to the changelog · TomDLT/scikit-learn@8b18ca6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b18ca6

Browse files
ogriselTomDLT
authored andcommitted
DOC add fix for scikit-learn#6147 to the changelog
1 parent 2b3b998 commit 8b18ca6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/whats_new.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ New features
1616
............
1717

1818
- Added two functions for mutual information estimation:
19-
:func:`feature_selection.mutual_info_classif` and
19+
:func:`feature_selection.mutual_info_classif` and
2020
:func:`feature_selection.mutual_info_regression`. These functions can be
2121
used in :class:`feature_selection.SelectKBest` and
2222
:class:`feature_selection.SelectPercentile` as score functions.
@@ -166,6 +166,11 @@ Bug fixes
166166
how this affected :func:`datasets.fetch_20newsgroups`. By `Loic
167167
Esteve`_.
168168

169+
- Fixed a bug that prevented using ROC AUC score to perform grid search on
170+
several CPU / cores on large arrays. See `#6147
171+
<https://github.com/scikit-learn/scikit-learn/issues/6147>`_
172+
By `Olivier Grisel`_.
173+
169174
.. _changes_0_17:
170175

171176
Version 0.17
@@ -4061,4 +4066,3 @@ David Huard, Dave Morrill, Ed Schofield, Travis Oliphant, Pearu Peterson.
40614066
.. _Andrea Bravi: https://github.com/AndreaBravi
40624067

40634068
.. _Devashish Deshpande: https://github.com/dsquareindia
4064-

0 commit comments

Comments
 (0)
0