File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Regressions in 0.19.0 fixed in 0.19.1:
81
81
longer accepted ``X `` as a list. :issue: `9600 ` by :user: `Rasul Kerimov
82
82
<CoderINusE> `.
83
83
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
85
85
``method='decision_function' ``. :issue: `9593 ` by :user: `Reiichiro Nakano
86
86
<reiinakano> ` and core devs.
87
87
@@ -112,7 +112,7 @@ Enhancements
112
112
- To improve usability of version 0.19's :class: `pipeline.Pipeline `
113
113
caching, ``memory `` now allows ``joblib.Memory `` instances.
114
114
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> `
116
116
117
117
- Some fixes to examples: :issue: `9750 `, :issue: `9788 `, :issue: `9815 `
118
118
You can’t perform that action at this time.
0 commit comments