Skip to content

Commit 14c6a16

Browse files
committed
tweak a docstring
1 parent d6cd610 commit 14c6a16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/obs.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ The returned object is guaranteed to implement observation access as indicated b
1212
[`LearnAPI.RandomAccess()`](@ref).
1313
1414
Calling `fit`/`predict`/`transform` on the returned objects may have performance
15-
advantages over calling directly on `data` in some contexts. And resampling the returned
16-
object using `MLUtils.getobs` may be cheaper than directly resampling the components of
17-
`data`.
15+
advantages over calling directly on `data` in some contexts.
1816
1917
# Example
2018

0 commit comments

Comments
 (0)