Evaluation.mean_squared_error: Evaluation.mean_squared_error

Description Usage Arguments Value

View source: R/Evaluation.R

Description

Function to calculate the mean squared error (uses the mse loss function internally).

Usage

1
Evaluation.mean_squared_error(data.observed, data.predicted)

Arguments

data.observed

the true data (Y)

data.predicted

the Y outcome from the estimator

Value

double the calculated MSE.


frbl/OnlineSuperLearner documentation built on Feb. 9, 2020, 9:28 p.m.