Skip to content

Commit 56bea37

Browse files
committed
doc formatting
1 parent a0f8934 commit 56bea37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/target_weights_features.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ target(::Any, data) = nothing
2020
"""
2121
LearnAPI.weights(algorithm, data) -> weights
2222
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,
2424
data)`](@ref), the per-observation weights part of `data`. Where `nothing` is returned, no
2525
weights are part of `data`, which is to be interpreted as uniform weighting.
2626
@@ -36,7 +36,7 @@ weights(::Any, data) = nothing
3636
"""
3737
LearnAPI.features(algorithm, data)
3838
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,
4040
data)`](@ref), the "features" part of `data` (as opposed to the target
4141
variable, for example).
4242

0 commit comments

Comments
 (0)