File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,16 @@ Enhancements
202
202
203
203
- Prevent cast from float32 to float64 in
204
204
:class: `linear_model.Ridge ` when using svd, sparse_cg, cholesky or lsqr solvers
205
+ :class: `sklearn.linear_model.Ridge ` when using svd, sparse_cg, cholesky or lsqr solvers
205
206
by :user: `Joan Massich <massich> `, :user: `Nicolas Cordier <ncordier> `
206
207
207
208
- Add ``max_train_size `` parameter to :class: `model_selection.TimeSeriesSplit `
208
209
:issue: `8282 ` by :user: `Aman Dalmia <dalmia> `.
209
210
211
+ - Make it possible to load a chunk of an svmlight formatted file by
212
+ passing a range of bytes to :func: `datasets.load_svmlight_file `.
213
+ :issue: `935 ` by :user: `Olivier Grisel <ogrisel> `.
214
+
210
215
Bug fixes
211
216
.........
212
217
You can’t perform that action at this time.
0 commit comments