LabelDrift.compute#

LabelDrift.compute(context: Context) CheckResult[source]#

Calculate drift on label properties samples that were collected during update() calls.

Returns
CheckResult

value: drift score. display: label distribution graph, comparing the train and test distributions.