Metrics for regression evaluation results.
rootMeanSquaredErrornumber
Root Mean Squared Error (RMSE).
meanAbsoluteErrornumber
Mean Absolute Error (MAE).
meanAbsolutePercentageErrornumber
Mean absolute percentage error. Infinity when there are zeros in the ground truth.
rSquarednumber
Coefficient of determination as Pearson correlation coefficient. Undefined when ground truth or predictions are constant or near constant.
rootMeanSquaredLogErrornumber
Root mean squared log error. Undefined when there are negative ground truth values or predictions.
| JSON representation |
|---|
{ "rootMeanSquaredError": number, "meanAbsoluteError": number, "meanAbsolutePercentageError": number, "rSquared": number, "rootMeanSquaredLogError": number } |