# Attach packages
library(cvms)
data <- data.frame(
"targets" = rnorm(100, 14.7, 3.6),
"predictions" = rnorm(100, 13.2, 4.6)
)
evaluate_residuals(
data = data,
target_col = "targets",
prediction_col = "predictions"
)
Run the code above in your browser using DataLab