Makes the summary of quantiles for the batch.
tf.raw_ops.BoostedTreesMakeQuantileSummaries(
float_values, example_weights, epsilon, name=None
)
An op that takes a list of tensors (one tensor per feature) and outputs the quantile summaries for each tensor.
Returns | |
---|---|
A list with the same length as float_values of Tensor objects with type float32 .
|