Relative Content

Tag Archive for machine-learningclassificationprediction

Brier Score in R for a classification task

I trained several models for a classification problem and I would like to calculate the Brier Score for the predictions I have.
Nevertheless, I’m not quite sure of what I should pass to the formula from DescTools (i.e., BrierScore(x, pred = NULL, scaled = FALSE, …)).