8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21af4b5 commit 0f8faccCopy full SHA for 0f8facc
doc/whats_new/v0.20.rst
@@ -326,6 +326,11 @@ Classifiers and regressors
326
returning incorrect probabilities in the case of binary outcomes.
327
:issue:`9939` by :user:`Roger Westover <rwolst>`.
328
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
+
334
- Fixed a bug in :class:`linear_model.OrthogonalMatchingPursuit` that was
335
broken when setting ``normalize=False``.
336
:issue:`10071` by `Alexandre Gramfort`_.
0 commit comments