rmse | R Documentation |
Root mean squared error
rmse(preds, targs)
preds |
predictions |
targs |
targets |
None
## Not run:
model = dls %>% tabular_learner(layers=c(200,100,100,200),
metrics = list(mse(),rmse()) )
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.