8000 minor fixes to whatsnew · scikit-learn/scikit-learn@f3320a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3320a6

Browse files
committed
minor fixes to whatsnew
1 parent 8f90895 commit f3320a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/whats_new.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Regressions in 0.19.0 fixed in 0.19.1:
8181
longer accepted ``X`` as a list. :issue:`9600` by :user:`Rasul Kerimov
8282
<CoderINusE>`.
8383

84-
- Fixed handling of :func:`cross_val_predict` for binary classification with
84+
- Fixed handling of :func:`model_selection.cross_val_predict` for binary classification with
8585
``method='decision_function'``. :issue:`9593` by :user:`Reiichiro Nakano
8686
<reiinakano>` and core devs.
8787

@@ -112,7 +112,7 @@ Enhancements
112112
- To improve usability of version 0.19's :class:`pipeline.Pipeline`
113113
caching, ``memory`` now allows ``joblib.Memory`` instances.
114114
This make use of the new :func:`utils.validation.check_memory` helper.
115-
issue:`9584` by :user:`Kumar Ashutosh <thechargedneutron>`
115+
:issue:`9584` by :user:`Kumar Ashutosh <thechargedneutron>`
116116

117117
- Some fixes to examples: :issue:`9750`, :issue:`9788`, :issue:`9815`
118118

0 commit comments

Comments
 (0)
0