mse: MSE

View source: R/metric.R

mseR Documentation

MSE

Description

Mean squared error between 'inp' and 'targ'.

Usage

mse(inp, targ)

Arguments

inp

predictions

targ

targets

Value

None

Examples


## Not run: 

model = dls %>% tabular_learner(layers=c(200,100,100,200),
metrics = list(mse(),rmse()) )


## End(Not run)


fastai documentation built on March 31, 2023, 11:41 p.m.