"tp": True Positives.
"fn": False Negatives.
"fp": False Positives.
"tn": True Negatives.
"tpr": True Positive Rate.
"fnr": False Negative Rate.
"fpr": False Positive Rate.
"tnr": True Negative Rate.
"ppv": Positive Predictive Value.
"fdr": False Discovery Rate.
"for": False Omission Rate.
"npv": Negative Predictive Value.
"precision": Alias for "ppv".
"recall": Alias for "tpr".
"sensitivity": Alias for "tpr".
"specificity": Alias for "tnr".