Skip to content

Commit 2ed8af3

Browse files
committed
docstring tweak
1 parent 1b8be29 commit 2ed8af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/obs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ fit(learner, observations)` is equivalent to `model = fit(learner, data)`, whene
5555
`observations = obs(learner, data)`. For each supported form of `data` in calls
5656
`predict(model, ..., data)` and `transform(model, data)`, where implemented, the calls
5757
`predict(model, ..., observations)` and `transform(model, observations)` are supported
58-
alternatives, whenever `observations = obs(model, data)`.
58+
alternatives with the same return value, whenever `observations = obs(model, data)`.
5959
6060
The fallback for `obs` is `obs(model_or_learner, data) = data`, and the fallback for
6161
`LearnAPI.data_interface(learner)` is `LearnAPI.RandomAccess()`. For details refer to

0 commit comments

Comments
 (0)