util.mse: Compute the MSE between two 'data.frame's

Description Usage Arguments

View source: R/util.R

Description

This method is used to compute the mean squared error (MSE) between two data.frames.

Usage

1
util.mse(data_predicted, data_original)

Arguments

data_predicted

First data.frame for the MSE computation.

data_original

Second data.frame for the MSE computation.


MarcoNiemann/kaggle_house documentation built on May 7, 2019, 2:50 p.m.