Skip to content

Commit

Permalink
tweak a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Nov 2, 2024
1 parent d6cd610 commit 14c6a16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/obs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ The returned object is guaranteed to implement observation access as indicated b
[`LearnAPI.RandomAccess()`](@ref).
Calling `fit`/`predict`/`transform` on the returned objects may have performance
advantages over calling directly on `data` in some contexts. And resampling the returned
object using `MLUtils.getobs` may be cheaper than directly resampling the components of
`data`.
advantages over calling directly on `data` in some contexts.
# Example
Expand Down

0 comments on commit 14c6a16

Please sign in to comment.