model-quality: Compute model quality for a given dataset
Description
rmse is the root-mean-squared-error, mae is the mean
absolute error, qae is quantiles of absolute error. These can both
be interpreted on the scale of the response; mae is less sensitive
to outliers. rsquare is the variance of the predictions divided by
by the variance of the response.