Documentation
API
Examples
About
Multiclass logistic loss.
label (int) – ground-truth integer label, between 0 and n_classes - 1.
int
logits (Array) – scores produced by the model, shape = (n_classes, ).
Array
float
loss value