approximationError property
Output only. Error of
feature_attributions
caused by approximation used in the explanation method. Lower value means
more precise attributions.
- For Sampled Shapley
attribution, increasingpath_countmight reduce the error. - For Integrated Gradients
attribution, increasingstep_countmight reduce the error. - For
google.cloud.aiplatform.v1beta1.ExplanationParameters.xrai_attribution, increasingstep_countmight reduce the error.
See this introduction for more information.
Implementation
final double approximationError;