LabelKind# class scio.utils.LabelKind(value)[source]# Bases: str, EnumWithExplicitSupport Enum for supported calib_labels values with Gram. Describes whether the calibration of Gram should use the predicted or the true labels. Member Value Description PRED 'pred' Use predicted labels. TRUE 'true' Use true labels.