Skip to content

Commit 70a04c6

Browse files
committed
DOC add whats_new entry for chunked load_svmlight_file
1 parent e155f96 commit 70a04c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/whats_new.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,16 @@ Enhancements
202202

203203
- Prevent cast from float32 to float64 in
204204
: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
205206
by :user:`Joan Massich <massich>`, :user:`Nicolas Cordier <ncordier>`
206207

207208
- Add ``max_train_size`` parameter to :class:`model_selection.TimeSeriesSplit`
208209
:issue:`8282` by :user:`Aman Dalmia <dalmia>`.
209210

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+
210215
Bug fixes
211216
.........
212217

0 commit comments

Comments
 (0)