BinaryClassificationEvaluator¶
Evaluator for binary classification, which expects two input columns: rawPrediction and label.
Output¶
It outputs the Probability for each class
Type¶
ml-evaluator
Class¶
fire.nodes.ml.NodeBinaryClassificationEvaluator
Fields¶
| Name | Title | Description |
|---|---|---|
| labelCol | Label Column | The label column for model fitting. |
| predictionCol | Prediction Column | The prediction column. |
| metricName | Metric Name | The metric used in evaluation. |
Details¶
Evaluator for binary classification, which expects two input columns: rawPrediction and label.
More at Spark MLlib/ML docs page : http://spark.apache.org/docs/latest/mllib-evaluation-metrics.html#binary-classification