Regression#
A collection of different metrics for regression models.
|
Computes the mean absolute error for regression problems given predictions and labels. |
|
Computes the mean squared error for regression problems given predictions and labels. |
|
Computes the mean squared logarithmic error for regression problems given predictions and labels. |
|
Computes the root mean squared error for regression problems given predictions and labels. |
|
Computes the root mean squared logarithmic error for regression problems given predictions and labels. |
|
Computes the r-squared score of a scalar or a batch of tensors. |
|
Computes the Spearman rank correlation coefficient. |