File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ def lars_path_gram(
273
273
274
274
(1 / (2 * n_samples)) * ||y - Xw||^2_2 + alpha * ||w||_1
275
275
276
- in the case of method='lars ', the objective function is only known in
276
+ in the case of method='lar ', the objective function is only known in
277
277
the form of an implicit equation (see discussion in [1])
278
278
279
279
Read more in the :ref:`User Guide <least_angle_regression>`.
@@ -432,7 +432,7 @@ def _lars_path_solver(
432
432
433
433
(1 / (2 * n_samples)) * ||y - Xw||^2_2 + alpha * ||w||_1
434
434
435
- in the case of method='lars ', the objective function is only known in
435
+ in the case of method='lar ', the objective function is only known in
436
436
the form of an implicit equation (see discussion in [1])
437
437
438
438
Read more in the :ref:`User Guide <least_angle_regression>`.
You can’t perform that action at this time.
0 commit comments