Get Predictions
EVALUATE
Description
The EVALUATE
statement evaluates predictions based on available metrics.
Syntax
Here is the syntax:
Where:
Name | Description |
---|---|
metric_name | It is the name of the metric to be evaluated chosen from here. |
real_value | It is the real value that will be compared with the predicted value. |
predicted_value | It is the value predicted by the model. |
table_name | It is the table that stores corresponding real and predicted values. |
Example
This example calculates the mean absolute error.