Skip to content

Commit 36767d7

Browse files
committed
tweak doc string for IID
1 parent c6a8b48 commit 36767d7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/operations.jl

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,9 @@ abstract type KindOfProxy end
139139
"""
140140
LearnAPI.IID <: LearnAPI.KindOfProxy
141141
142-
Abstract subtype of [`LearnAPI.KindOfProxy`](@ref) appropriate when requesting target
143-
predictions for statistical models where input-target pairs `(x, y)` are generated
144-
by an iid process.
145-
146-
More generally, if `kind_of_proxy` is an instance of `LearnAPI.IID` then, given `data`
147-
constisting of ``n`` observations, the following must hold:
142+
Abstract subtype of [`LearnAPI.KindOfProxy`](@ref). If `kind_of_proxy` is an instance of
143+
`LearnAPI.IID` then, given `data` constisting of ``n`` observations, the following must
144+
hold:
148145
149146
- `LearnAPI.predict(algorithm, kind_of_proxy, data...) == (ŷ, report)` where `ŷ` is data
150147
also consisting of ``n`` observations; and

0 commit comments

Comments
 (0)