Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Aug 6, 2023
1 parent 71ccb0b commit 71823e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machine-learning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function bestguess(
countmap(labels)
else
@assert length(labels) === length(weights) "Cannot compute " *
"best guess with uneven number of votes " *
"best guess with mismatching number of votes " *
"$(length(labels)) and weights $(length(weights))."
countmap(labels, weights)
end
Expand Down

0 comments on commit 71823e8

Please sign in to comment.