Metrics (rojak.turbulence.metrics)#
Functions
|
Compute the Accuracy (ACC) |
|
Area under the curve |
|
Binary classification curve |
Binary classification curve with cumulative sum on labels |
|
|
Compute the confusion matrix |
|
Contingency Table for multidimensional arrays |
|
Compute the Critical Success Index (CSI) or the Jaccard Similarity Coefficient Score |
|
Compute the F1 Score |
|
Compute the Gilbt Skill Score |
|
Jaccard Index or Critical Success Index for multidimensional data |
|
Compute the Matthew's Correlation Coefficient |
|
Matthews Correlation Coefficient for multidimensional arrays |
|
Mean Absolute Error (MAE) |
|
Received operating characteristic or ROC curve |
|
Sensitivity statistical metric |
|
Specificity statistical metric :param true_negative: :param false_positive: |
|
True Skill Score (TSS) statistic |
Classes
Create new instance of BinaryClassificationRateFromLabels(true_positives_rate, false_positives_rate) |
|
|
Create new instance of BinaryClassificationResult(false_positives, true_positives, thresholds) |
|
Create new instance of ContingencyTable(n_00, n_11, n_01, n_10) |