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 6e1ecc4 commit e8aec2aCopy full SHA for e8aec2a
skglm/cv.py
@@ -6,8 +6,7 @@
6
7
8
class GeneralizedLinearEstimatorCV(GeneralizedLinearEstimator):
9
- """
10
- Cross-validated wrapper for GeneralizedLinearEstimator.
+ """Cross-validated wrapper for GeneralizedLinearEstimator.
11
12
This class performs cross-validated selection of the regularization parameter(s)
13
for a generalized linear estimator, supporting both L1 and elastic-net penalties.
0 commit comments