rmse | R Documentation |
Caculates the rmse metric from model predictions
rmse(actual, predicted)
actual |
Actual data from the test data |
predicted |
Predicted values from the predictive model |
A single numeric value
Abraham Mathew
Other Modeling Functions:
DoOneHotEncoding()
,
RunAllModels()
,
mae()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.