File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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+
143146API changes summary
144147-------------------
145148
You can’t perform that action at this time.
0 commit comments