baselineOutputValue property

double? baselineOutputValue
getter/setter pair

Model predicted output if the input instance is constructed from the baselines of all the features defined in ExplanationMetadata.inputs.

The field name of the output is determined by the key in ExplanationMetadata.outputs. If the Model's predicted output has multiple dimensions (rank > 1), this is the value in the output located by output_index. If there are multiple baselines, their output values are averaged.

Output only.

Implementation

core.double? baselineOutputValue;