Sklearn Regression Evaluator =========== 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 --------- ml-evaluator Class --------- fire.nodes.sklearn.NodeSklearnRegressionEvaluator Fields --------- .. list-table:: :widths: 10 5 10 :header-rows: 1 * - Name - Title - Description * - targetCol - Label Column - The label column for model fitting. * - predictCol - Prediction Column - The prediction column.