tf.raw_ops.BoostedTreesCenterBias

Calculates the prior from the training data (the bias) and fills in the first node with the logits' prior. Returns a boolean indicating whether to continue centering.

tree_ensemble_handleA Tensor of type resource. Handle to the tree ensemble.
mean_gradientsA Tensor of type float32. A tensor with shape=[logits_dimension] with mean of gradients for a first node.
mean_hessiansA Tensor of type float32. A tensor with shape=[logits_dimension] mean of hessians for a first node.
l1A Tensor of type float32. l1 regularization factor on leaf weights, per instance based.
l2A Tensor of type float32. l2 regularization factor on leaf weights, per instance based.
nameA name for the operation (optional).

A Tensor of type bool.