File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Bug fixes
128
128
- Fixed bug in :class: `linear_model.LogisticRegressionCV ` where `penalty ` was ignored
129
129
in the final fit. By `Manoj Kumar `_.
130
130
131
- - Fixed bug in :class: `ensemble.forest.ForestClassifier ` while computing
131
+ - Fixed bug in :class: `ensemble.forest.ForestClassifier ` while computing
132
132
oob_score and X is a sparse.csc_matrix. By `Ankur Ankan `_.
133
133
134
134
- All regressors now consistently handle and warn when given ``y `` that is of
@@ -137,9 +137,12 @@ Bug fixes
137
137
- Fix in :class: `cluster.KMeans ` cluster reassignment for sparse input by
138
138
`Lars Buitinck `_.
139
139
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
141
141
matrices when using shrinkage. By `Martin Billinger `_.
142
142
143
+ - Fixed :func: `cross_validation.cross_val_predict ` for estimators with
144
+ sparse predictions. By Buddha Prakash.
145
+
143
146
API changes summary
144
147
-------------------
145
148
You can’t perform that action at this time.
0 commit comments