Skip to content

Commit e8aec2a

Browse files
fix linter
1 parent 6e1ecc4 commit e8aec2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

skglm/cv.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77

88
class GeneralizedLinearEstimatorCV(GeneralizedLinearEstimator):
9-
"""
10-
Cross-validated wrapper for GeneralizedLinearEstimator.
9+
"""Cross-validated wrapper for GeneralizedLinearEstimator.
1110
1211
This class performs cross-validated selection of the regularization parameter(s)
1312
for a generalized linear estimator, supporting both L1 and elastic-net penalties.

0 commit comments

Comments
 (0)