Debugging/model interpretability outputs for each example.
tf.raw_ops.BoostedTreesExampleDebugOutputs(
tree_ensemble_handle, bucketized_features, logits_dimension, name=None
)
It traverses all the trees and computes debug metrics for individual examples, such as getting split feature ids and logits after each split along the decision path used to compute directional feature contributions.
Returns | |
---|---|
A Tensor of type string .
|