8000 DOC: Updates whats_new · scikit-learn/scikit-learn@0f8facc · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f8facc

Browse files
committed
DOC: Updates whats_new
1 parent 21af4b5 commit 0f8facc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats_new/v0.20.rst

Lines changed: 5 additions & 0 deletions
6E22
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@ Classifiers and regressors
326326
returning incorrect probabilities in the case of binary outcomes.
327327
:issue:`9939` by :user:`Roger Westover <rwolst>`.
328328

329+
- Fixed a bug in :class:`linear_model.LogisticRegressionCV` where the
330+
``score`` method always computes accuracy, not the metric given by
331+
the ``scoring`` parameter.
332+
:issue:`10998` by :user:`Thomas Fan <thomasjpfan>`.
333+
329334
- Fixed a bug in :class:`linear_model.OrthogonalMatchingPursuit` that was
330335
broken when setting ``normalize=False``.
331336
:issue:`10071` by `Alexandre Gramfort`_.

0 commit comments

Comments
 (0)
0