rmse: Root Mean Squared Error

View source: R/stdMetrics.R

rmseR Documentation

Root Mean Squared Error

Description

Root Mean Squared Error

Usage

rmse(trues, preds)

Arguments

trues

Target values from a test set of a given data set. Should be a vector and have the same size as the variable preds

preds

Predicted values given a certain test set of a given data set. Should be a vector and have the same size as the variable trues

Value

Value for the relevance-weighted root mean squared error


nunompmoniz/IRon documentation built on April 24, 2023, 1:20 p.m.