Skip to content

Commit b406b69

Browse files
anthonyanthony
authored andcommitted
minor doc tweak
1 parent 18c154d commit b406b69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ end
2424
Instantiate a ridge regression learner, with regularization of `lambda`.
2525
"""
2626
Ridge(; lambda=0.1) = Ridge(lambda)
27-
LearnAPI.constructor(::Ridge) = Ridge
2827

2928
# struct for output of `fit`
3029
struct RidgeFitted{T,F}

0 commit comments

Comments
 (0)