brier_score: Calculate Brier score from cross-validation results

View source: R/brier_score.R

brier_scoreR Documentation

Calculate Brier score from cross-validation results

Description

Calculate Brier score from cross-validation results

Usage

brier_score(preds, actual, test_folds)

Arguments

preds

Predicted values or score

actual

Known label value

test_folds

Length n vector assigning each vector to a given test fold

Value

Dataframe of results, including Brier score and standard deviation


ck37/ck37r documentation built on April 29, 2023, 11:42 p.m.