BrierScore {fastai} | R Documentation |
BrierScore
Description
Brier score for single-label classification problems
Usage
BrierScore(axis = -1, sample_weight = NULL, pos_label = NULL)
Arguments
axis |
axis |
sample_weight |
sample_weight |
pos_label |
pos_label |
Value
None
[Package fastai version 2.2.2 Index]