View source: R/EvaluationSummary.R
brierScore | R Documentation |
brierScore
brierScore(prediction)
prediction |
A prediction dataframe |
Calculates the brierScore from prediction object
A list containing the brier score and the scaled brier score
prediction <- data.frame(
value = c(0.1, 0.2, 0.3, 0.4, 0.5),
outcomeCount = c(0, 1, 0, 1, 1))
brierScore(prediction)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.