Analyze the performances of a continuous predictive model.

Parameters:

Parameters:
See dedicated page for more information.
The computeRSquare action computes the R-square "goodness of fit" statistics between two columns:
Additionally, this action also computes:
This tool is useful for evaluating the performance of predictive models by comparing predicted values with actual observed values.
Notes
Compute the R-square "goodness of fit" statistics between two columns (the "real" target and the "predicted" target). You can have several "predicted" target columns: This allows you to select the best predictive model.
| C1 | C2 |
|---|---|
| 3 | 2.8 |
| 4 | 4.1 |
| 5 | 5.2 |
| 6 | 6.1 |
| 7 | 6.9 |

Column of target: C1Column of prediction (continuous): C2

Notes
- Higher R-square values indicate better fit (maximum value: 100%).
- Lower MAE and RMSE values indicate better prediction accuracy.
- Easy integration into model evaluation pipelines.
