bigframes.ml.metrics#
Functions
| Accuracy classification score. |
| Compute Area Under the Curve (AUC) using the trapezoidal rule. |
| Compute confusion matrix to evaluate the accuracy of a classification. |
| Compute the F1 score, also known as balanced F-score or F-measure. |
| Mean absolute error regression loss. |
| Mean squared error regression loss. |
Compute the precision. | |
| \(R^2\) (coefficient of determination) regression score function. |
| Compute the recall. |
| Compute Area Under the Receiver Operating Characteristic Curve (ROC AUC) from prediction scores. |
| Compute Receiver operating characteristic (ROC). |