File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ LearnAPI.minimize(model::RidgeFitted) =
104
104
Ridge,
105
105
constructor = Ridge,
106
106
kinds_of_proxy = (Point (),),
107
- tags = (" regression" ,)
107
+ tags = (" regression" ,),
108
108
functions = (
109
109
:(LearnAPI. fit),
110
110
:(LearnAPI. algorithm),
@@ -237,7 +237,7 @@ LearnAPI.minimize(model::BabyRidgeFitted) =
237
237
BabyRidge,
238
238
constructor = BabyRidge,
239
239
kinds_of_proxy = (Point (),),
240
- tags = (" regression" ,)
240
+ tags = (" regression" ,),
241
241
functions = (
242
242
:(LearnAPI. fit),
243
243
:(LearnAPI. algorithm),
Original file line number Diff line number Diff line change 39
39
@trait (
40
40
Selector,
41
41
constructor = Selector,
42
- tags = (" feature engineering" ,)
42
+ tags = (" feature engineering" ,),
43
43
functions = (
44
44
:(LearnAPI. fit),
45
45
:(LearnAPI. algorithm),
105
105
Selector2,
106
106
constructor = Selector2,
107
107
predict_or_transform_mutates = true ,
108
- tags = (" feature engineering" ,)
108
+ tags = (" feature engineering" ,),
109
109
functions = (
110
110
:(LearnAPI. fit),
111
111
:(LearnAPI. algorithm),
You can’t perform that action at this time.
0 commit comments