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 1b8be29 commit 2ed8af3Copy full SHA for 2ed8af3
src/obs.jl
@@ -55,7 +55,7 @@ fit(learner, observations)` is equivalent to `model = fit(learner, data)`, whene
55
`observations = obs(learner, data)`. For each supported form of `data` in calls
56
`predict(model, ..., data)` and `transform(model, data)`, where implemented, the calls
57
`predict(model, ..., observations)` and `transform(model, observations)` are supported
58
-alternatives, whenever `observations = obs(model, data)`.
+alternatives with the same return value, whenever `observations = obs(model, data)`.
59
60
The fallback for `obs` is `obs(model_or_learner, data) = data`, and the fallback for
61
`LearnAPI.data_interface(learner)` is `LearnAPI.RandomAccess()`. For details refer to
0 commit comments