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 a520920 commit f7ff310Copy full SHA for f7ff310
doc/whats_new.rst
@@ -375,6 +375,13 @@ Bug fixes
375
- Fix AIC/BIC criterion computation in :class:`linear_model.LassoLarsIC`
376
by `Alexandre Gramfort`_ and :user:`Mehmet Basbug <mehmetbasbug>`.
377
378
+ - Fixed a bug in :class:`linear_model.RandomizedLasso`,
379
+ :class:`linear_model.Lars`, :class:`linear_model.LarsLasso`,
380
+ :class:`linear_model.LarsCV` and :class:`linear_model.LarsLassoCV`,
381
+ where the parameter ``precompute`` were not used consistently accross
382
+ classes, and some values proposed in the docstring could raise errors.
383
+ :issue:`5359` by `Tom Dupre la Tour`_.
384
+
385
API changes summary
386
-------------------
387
0 commit comments