8000 DOC add what's new entry for cross_val_predict fix · scikit-learn/scikit-learn@e62e9e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit e62e9e1

Browse files
committed
DOC add what's new entry for cross_val_predict fix
1 parent 9486a7a commit e62e9e1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Bug fixes
128128
- Fixed bug in :class:`linear_model.LogisticRegressionCV` where `penalty` was ignored
129129
in the final fit. By `Manoj Kumar`_.
130130

131-
- Fixed bug in :class:`ensemble.forest.ForestClassifier` while computing
131+
- Fixed bug in :class:`ensemble.forest.ForestClassifier` while computing
132132
oob_score and X is a sparse.csc_matrix. By `Ankur Ankan`_.
133133

134134
- All regressors now consistently handle and warn when given ``y`` that is of
@@ -137,9 +137,12 @@ Bug fixes
137137
- Fix in :class:`cluster.KMeans` cluster reassignment for sparse input by
138138
`Lars Buitinck`_.
139139

140-
- Fixed a bug in :class:`lda.LDA` that could cause asymmetric covariance
140+
- Fixed a bug in :class:`lda.LDA` that could cause asymmetric covariance
141141
matrices when using shrinkage. By `Martin Billinger`_.
142142

143+
- Fixed :func:`cross_validation.cross_val_predict` for estimators with
144+
sparse predictions. By Buddha Prakash.
145+
143146
API changes summary
144147
-------------------
145148

0 commit comments

Comments
 (0)
0