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
Copy file name to clipboardExpand all lines: docs/src/traits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ In the examples column of the table below, `Continuous` is a name owned the pack
28
28
|[`LearnAPI.human_name`](@ref)`(learner)`| human name for the learner; should be a noun | type name with spaces | "elastic net regressor" |
29
29
|[`LearnAPI.iteration_parameter`](@ref)`(learner)`| symbolic name of an iteration parameter |`nothing`|:epochs|
30
30
|[`LearnAPI.data_interface`](@ref)`(learner)`| Interface implemented by objects returned by [`obs`](@ref)|`Base.HasLength()` (supports `MLUtils.getobs/numobs`) |`Base.SizeUnknown()` (supports `iterate`) |
31
-
|[`LearnAPI.fit_observation_scitype`](@ref)`(learner)`| upper bound on `scitype(observation)`for `observation` in `data`ensuring `fit(learner, data)` works |`Union{}`|`Tuple{AbstractVector{Continuous}, Continuous}`|
31
+
|[`LearnAPI.fit_scitype`](@ref)`(learner)`| upper bound on `scitype(data)` ensuring `fit(learner, data)` works|`Union{}`|`Tuple{AbstractVector{Continuous}, Continuous}`|
32
32
|[`LearnAPI.target_observation_scitype`](@ref)`(learner)`| upper bound on the scitype of each observation of the targget |`Any`|`Continuous`|
33
33
|[`LearnAPI.is_static`](@ref)`(learner)`|`true` if `fit` consumes no data |`false`|`true`|
0 commit comments