Description Usage Arguments Details Examples
Calculate Mean-Square-Logarithmic Error (Deviation)
For the ith sample, Squared Logarithmic Error is calculated as SLE = (log(prediction + 1) - log(actual + 1))^2. MSE is then mean(squared logarithmic errors). Note the '+1' in the calculation of SLE which avoids taking the logarithm of 0 for data which may include 0s.
1  | 
preds | 
 A vector of prediction values in [0, 1]  | 
actuals | 
 A vector of actuals values in 0, 1, or FALSE, TRUE  | 
weights | 
 Optional vectors of weights  | 
na.rm | 
 Should (prediction, actual) pairs with at least one NA value be ignored?  | 
Calculate Mean-Square-Logarithmic Error (Deviation)
1 2 3  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.