File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ target(::Any, data) = nothing
20
20
"""
21
21
LearnAPI.weights(algorithm, data) -> weights
22
22
23
- Return, for each form of `data` supported in a call of the form ` [`fit(algorithm,
23
+ Return, for each form of `data` supported in a call of the form [`fit(algorithm,
24
24
data)`](@ref), the per-observation weights part of `data`. Where `nothing` is returned, no
25
25
weights are part of `data`, which is to be interpreted as uniform weighting.
26
26
@@ -36,7 +36,7 @@ weights(::Any, data) = nothing
36
36
"""
37
37
LearnAPI.features(algorithm, data)
38
38
39
- Return, for each form of `data` supported in a call of the form ` [`fit(algorithm,
39
+ Return, for each form of `data` supported in a call of the form [`fit(algorithm,
40
40
data)`](@ref), the "features" part of `data` (as opposed to the target
41
41
variable, for example).
42
42
You can’t perform that action at this time.
0 commit comments