SklearnRegressionEvaluator¶
Evaluator for regression, 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.NodeSklearnRegressionEvaluator
Fields¶
| Name | Title | Description |
|---|---|---|
| targetCol | Label Column | The label column for model fitting. |
| predictCol | Prediction Column | The prediction column. |