You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`LearnAPI.constructor`](@ref)`(algorithm)`| constructor for generating new or modified versions of `algorithm`| (no fallback) |`RidgeRegressor`|
19
-
|[`LearnAPI.functions`](@ref)`(algorithm)`| functions you can apply to `algorithm` or associated model (traits excluded) |`()`|`(:fit, :predict, :minimize, :(LearnAPI.algorithm), :obs)`|
19
+
|[`LearnAPI.functions`](@ref)`(algorithm)`| functions you can apply to `algorithm` or associated model (traits excluded) |`()`|`(:fit, :predict, :LearnAPI.strip, :(LearnAPI.algorithm), :obs)`|
20
20
|[`LearnAPI.kinds_of_proxy`](@ref)`(algorithm)`| instances `kind` of `KindOfProxy` for which an implementation of `LearnAPI.predict(algorithm, kind, ...)` is guaranteed. |`()`|`(Distribution(), Interval())`|
21
21
|[`LearnAPI.tags`](@ref)`(algorithm)`| lists one or more suggestive algorithm tags from `LearnAPI.tags()`|`()`| (:regression, :probabilistic) |
22
22
|[`LearnAPI.is_pure_julia`](@ref)`(algorithm)`|`true` if implementation is 100% Julia code |`false`|`true`|
0 commit comments