8000 Add what's new · scikit-learn/scikit-learn@d5e73ae · GitHub
[go: up one dir, main page]

Skip to content

Commit d5e73ae

Browse files
committed
Add what's new
1 parent d0b56bb commit d5e73ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/whats_new.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@ Enhancements
263263
generating attribute ``estimators_samples_`` only when it is needed.
264264
By `David Staub`_.
265265

266+
- :class:`linear_model.ElasticNet` and :class:`linear_model.Lasso`
267+
now works with ``np.float32`` input data without converting it
268+
into ``np.float64``. This allows to reduce the memory
269+
consumption.
270+
(`#6913 <https://github.com/scikit-learn/scikit-learn/pull/6913>`_)
271+
By YenChen Lin`_.
266272

267273
Bug fixes
268274
.........

0 commit comments

Comments
 (0)
0