score property

double? score
getter/setter pair

Feature importance score, only populated when cross-feature monitoring is enabled.

For now only used to represent feature attribution score within range [0, 1] for ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_SKEW and ModelDeploymentMonitoringObjectiveType.FEATURE_ATTRIBUTION_DRIFT.

Implementation

core.double? score;