8000 Fix LassoLars copy_X comment format (#14666) · scikit-learn/scikit-learn@247ea83 · GitHub
[go: up one dir, main page]

Skip to content

Commit 247ea83

Browse files
lutzroederamueller
authored andcommitted
Fix LassoLars copy_X comment format (#14666)
1 parent e8f2708 commit 247ea83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/least_angle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line number 72C8 Diff line change
@@ -1021,7 +1021,7 @@ class LassoLars(Lars):
10211021
the tolerance of the optimization.
10221022
By default, ``np.finfo(np.float).eps`` is used.
10231023
1024-
copy_X : bool default=True
1024+
copy_X : bool, default=True
10251025
If True, X will be copied; else, it may be overwritten.
10261026
10271027
fit_path : bool, default=True

0 commit comments

Comments
 (0)
0