Orion
contextual_accuracy(expected, observed[, …])
contextual_accuracy
Compute an accuracy score between the ground truth and the detected anomalies.
contextual_precision(expected, observed[, …])
contextual_precision
Compute an precision score between the ground truth and the detected anomalies.
contextual_recall(expected, observed[, …])
contextual_recall
Compute an recall score between the ground truth and the detected anomalies.
contextual_f1_score(expected, observed[, …])
contextual_f1_score
Compute an f1 score between the ground truth and the detected anomalies.
contextual_confusion_matrix(expected, observed)
contextual_confusion_matrix
Compute the confusion matrix between the ground truth and the detected anomalies.
point_accuracy(expected, observed[, data, …])
point_accuracy
point_precision(expected, observed[, data, …])
point_precision
point_recall(expected, observed[, data, …])
point_recall
point_f1_score(expected, observed[, data, …])
point_f1_score
point_confusion_matrix(expected, observed[, …])
point_confusion_matrix