probly.metrics.array¶
NumPy implementation of Metrics.
Functions¶
Compute area under a curve using the trapezoid rule. |
|
Compute average precision for NumPy arrays. |
|
Compute precision-recall curve along the last axis. |
|
Compute area under the ROC curve for NumPy arrays. |
|
Compute ROC curve along the last axis. |