Description Usage Arguments Value
root mean squared error
1 | my.rmse(prediction, response)
|
prediction |
predicted value |
response |
true value |
sqrt(mean((prediction-truth)^2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.