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 d6cd610 commit 14c6a16Copy full SHA for 14c6a16
src/obs.jl
@@ -12,9 +12,7 @@ The returned object is guaranteed to implement observation access as indicated b
12
[`LearnAPI.RandomAccess()`](@ref).
13
14
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`.
+advantages over calling directly on `data` in some contexts.
18
19
# Example
20
0 commit comments