lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/tables.rb in google-cloud-automl-0.4.0 vs lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/tables.rb in google-cloud-automl-0.5.0
- old
+ new
@@ -253,12 +253,13 @@
# param][google.cloud.automl.v1beta1.PredictRequest.params] is set) or Batch
# Predict (populated iff
# {Google::Cloud::AutoML::V1beta1::PredictRequest#params feature_importance}
# param is set):
# Measurement of how impactful for the prediction returned for the given row
- # the value in this column was. A value between 0 and 1, higher means larger
- # impact. These values are normalized - for all input feature columns of a
- # single predicted row they add to 1.
+ # the value in this column was. Specifically, the feature importance
+ # specifies the marginal contribution that the feature made to the prediction
+ # score compared to the baseline score. These values are computed using the
+ # Sampled Shapley method.
class TablesModelColumnInfo; end
end
end
end
end
\ No newline at end of file