Skip to content

Commit b265982

Browse files
authored
DOC relabel some PRs as efficiency (#31934)
1 parent e402663 commit b265982

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

doc/whats_new/v1.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ more details.
256256
`l1_ratio=None` when `penalty` is not `"elasticnet"`.
257257
By :user:`Marc Bresson <MarcBresson>`. :pr:`30730`
258258

259-
- |Enhancement| Fitting :class:`linear_model.Lasso` and :class:`linear_model.ElasticNet` with
259+
- |Efficiency| Fitting :class:`linear_model.Lasso` and :class:`linear_model.ElasticNet` with
260260
`fit_intercept=True` is faster for sparse input `X` because an unnecessary
261261
re-computation of the sum of residuals is avoided.
262262
By :user:`Christian Lorentzen <lorentzenchr>` :pr:`31387`

0 commit comments

Comments
 (0)