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 18c154d commit b406b69Copy full SHA for b406b69
docs/src/examples.md
@@ -24,7 +24,6 @@ end
24
Instantiate a ridge regression learner, with regularization of `lambda`.
25
"""
26
Ridge(; lambda=0.1) = Ridge(lambda)
27
-LearnAPI.constructor(::Ridge) = Ridge
28
29
# struct for output of `fit`
30
struct RidgeFitted{T,F}
0 commit comments