MSE
Mean squared error between 'inp' and 'targ'.
mse(inp, targ)
inp |
predictions |
targ |
targets |
None
## Not run: model = dls %>% tabular_learner(layers=c(200,100,100,200), metrics = list(mse(),rmse()) ) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.