:: Experimental :: Evaluator for binary classification, which expects two input columns: rawPrediction and label.
:: DeveloperApi :: Abstract class for evaluators that compute metrics from predictions.
:: DeveloperApi :: Abstract class for evaluators that compute metrics from predictions.
:: Experimental :: Evaluator for multiclass classification, which expects two input columns: prediction and label.
:: Experimental :: Evaluator for multiclass classification, which expects two input columns: prediction and label.
:: Experimental :: Evaluator for regression, which expects two input columns: prediction and label.
:: Experimental :: Evaluator for regression, which expects two input columns: prediction and label.
:: Experimental :: Evaluator for binary classification, which expects two input columns: rawPrediction and label. The rawPrediction column can be of type double (binary 0/1 prediction, or probability of label 1) or of type vector (length-2 vector of raw predictions, scores, or label probabilities).