Metrics (version 0.1.2)

rmse: Compute the root mean squared error#'

Description

Compute the root mean squared error#' This function computes the root mean squared error between two vectors

Usage

rmse(actual, predicted)

Arguments

actual
ground truth vector
predicted
predicted vector