ShapValuesOutput Enum

Provide constants for the SHAP values output from the explainer.

Can be 'default', 'probability' or 'teacher_probability'. If 'teacher_probability' is specified, we use the probabilities from the teacher model.

Inheritance
builtins.str
ShapValuesOutput
ShapValuesOutput

Constructor

ShapValuesOutput(value)

Fields

DEFAULT
PROBABILITY
TEACHER_PROBABILITY