Skip to content

Commit

Permalink
Fixed cross-references
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavMacha committed Oct 1, 2020
1 parent 525121b commit d66ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.jl
Expand Up @@ -549,7 +549,7 @@ end
@doc raw"""
f1_score(args...)
Return f1 score (harmonic mean of [`precision`](@ref) and [`recall`](@ref)) defined as
Return f1 score (harmonic mean of [`precision`](@ref) and [`recall`](@ref true_positive_rate)) defined as
```math
\mathrm{f1\_score} = 2 \cdot \frac{\mathrm{precision} \cdot \mathrm{recall}}{\mathrm{precision} + \mathrm{recall}}
Expand Down

0 comments on commit d66ed11

Please sign in to comment.