getRMSE function

getRMSE

getRMSE

calculates the root of mean square error (RMSE) in the test set of calibrated predictions

getRMSE(actual, predicted)

Arguments

  • actual: vector of observed class labels (0/1)
  • predicted: vector of uncalibrated predictions

Returns

RMSE value

  • Maintainer: Dominik Heider
  • License: LGPL-3
  • Last published: 2019-08-19

Useful links