SklearnClassificationEvaluator

Evaluator for classification, which expects two input columns: prediction and label.

Input

It takes in a DataFrame as input

Output

The incoming DataFrame is passed to the output

Type

transform

Class

fire.nodes.sklearn.NodeSklearnClassificationEvaluator

Fields

Name Title Description
targetCol Label Column The label column for model fitting.
predictCol Prediction Column The prediction column.