Skip to content

Commit

Permalink
DOC additional fixes what's new 1.1.1 (scikit-learn#23417)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedbb authored and glemaitre committed May 19, 2022
1 parent 8529e75 commit 12c9e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/whats_new/v1.1.rst
Expand Up @@ -16,7 +16,7 @@ Changelog
.......................

- |Fix| Avoid timeouts in :func:`datasets.fetch_openml` by not passing a
`timeout` argument, :pr:`23358` by `Loïc Estève <lesteve>`.
`timeout` argument, :pr:`23358` by :user:`Loïc Estève <lesteve>`.

:mod:`sklearn.decomposition`
............................
Expand All @@ -34,7 +34,7 @@ Changelog
:mod:`sklearn.metrics`
......................

- |Fix| Fixes `metrics.precision_recall_curve` to compute precision-recall at 100%
- |Fix| Fixes :func:`metrics.precision_recall_curve` to compute precision-recall at 100%
recall. The Precision-Recall curve now displays the last point corresponding to a
classifier that always predicts the positive class: recall=100% and
precision=class balance.
Expand Down

0 comments on commit 12c9e47

Please sign in to comment.