Description Usage Arguments Value
Takes in training/test data and a prediction function to use, then generates brier score.
1 2 3 4 5 | brier_score(
train_test_list,
match_predict_function = match_predict_xgb(),
avg = TRUE
)
|
train_test_list |
Output from |
match_predict_function |
Function to predict treated unit, either |
avg |
Whether to average (or sum) the briers. |
Result from calc_brier
, length-one double
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.