Source code for detoxai.visualization.enums
from enum import Enum
[docs]
class ConditionOn(Enum):
""" """
PROPER_LABEL = "proper_label"
IMPROPER_LABEL = "improper_label"
from enum import Enum
[docs]
class ConditionOn(Enum):
""" """
PROPER_LABEL = "proper_label"
IMPROPER_LABEL = "improper_label"