Skip to content

ML.EVAL.CLASSIFICATION

Function Description
ML.EVAL.CLASSIFICATION.ACCURACY Returns the accuracy classification score.
ML.EVAL.CLASSIFICATION.AVERAGE_PRECISION Returns the average precision classification score.
ML.EVAL.CLASSIFICATION.BALANCED_ACCURACY Returns the balanced accuracy classification score.
ML.EVAL.CLASSIFICATION.BRIER_SCORE_LOSS Returns the Brier score loss.
ML.EVAL.CLASSIFICATION.D2_LOG_LOSS_SCORE Returns the D^2 log loss score.
ML.EVAL.CLASSIFICATION.F1 Returns the F1 classification score.
ML.EVAL.CLASSIFICATION.JACCARD Returns the Jaccard classification score.
ML.EVAL.CLASSIFICATION.LOG_LOSS Returns the log loss.
ML.EVAL.CLASSIFICATION.MATTHEWS_CORRCOEF Returns the Matthews correlation coefficient.
ML.EVAL.CLASSIFICATION.PRECISION Returns the precision classification score.
ML.EVAL.CLASSIFICATION.RECALL Returns the recall classification score.
ML.EVAL.CLASSIFICATION.ROC_AUC Returns the ROC AUC classification score.
ML.EVAL.CLASSIFICATION.TOP_K_ACCURACY Returns the top-k accuracy classification score.