We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b75ebb commit dcd5da3Copy full SHA for dcd5da3
doc/whats_new.rst
@@ -155,6 +155,11 @@ Changelog
155
:class:`ElasticNetCV <linear_model.ElasticNetCV>`.
156
By Brian Wignall and `Alexandre Gramfort`_.
157
158
+ - Fixed a bug in :class:`LassoCV <linear_model.LassoCV>` and
159
+ :class:`ElasticNetCV <linear_model.ElasticNetCV>`: they would not
160
+ pre-compute the Gram matrix with ``precompute=True`` or
161
+ ``precompute="auto"`` and ``n_samples > n_features``. By `Manoj Kumar`_.
162
+
163
- Fixed a race condition in parallel processing with
164
``pre_dispatch != "all"`` (for instance in ``cross_val_score``).
165
By `Olivier Grisel`_.
0 commit comments