Skip to content

Commit

Permalink
Update lib/scholar/metrics/classification.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Nov 5, 2023
1 parent 784e54a commit b4f26e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/scholar/metrics/classification.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,7 @@ defmodule Scholar.Metrics.Classification do

@doc """
Matthews Correlation Coefficient (MCC) provides a measure of the quality of binary classifications.
It returns a value between -1 and 1 where 1 represents a perfect prediction, 0 represents no better
than random prediction, and -1 indicates total disagreement between prediction and observation.
"""
Expand Down

0 comments on commit b4f26e3

Please sign in to comment.