lvwerra HF staff commited on
Commit
82dd6d9
1 Parent(s): 8cf4f3d

Update Space (evaluate main: 05209ece)

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -10,6 +10,17 @@ pinned: false
10
  tags:
11
  - evaluate
12
  - metric
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Metric Card for Matthews Correlation Coefficient
 
10
  tags:
11
  - evaluate
12
  - metric
13
+ description: >-
14
+ Compute the Matthews correlation coefficient (MCC)
15
+
16
+ The Matthews correlation coefficient is used in machine learning as a
17
+ measure of the quality of binary and multiclass classifications. It takes
18
+ into account true and false positives and negatives and is generally
19
+ regarded as a balanced measure which can be used even if the classes are of
20
+ very different sizes. The MCC is in essence a correlation coefficient value
21
+ between -1 and +1. A coefficient of +1 represents a perfect prediction, 0
22
+ an average random prediction and -1 an inverse prediction. The statistic
23
+ is also known as the phi coefficient. [source: Wikipedia]
24
  ---
25
 
26
  # Metric Card for Matthews Correlation Coefficient