Creates a tree ensemble model and returns a handle to it.
tf.raw_ops.BoostedTreesCreateEnsemble(
tree_ensemble_handle, stamp_token, tree_ensemble_serialized, name=None
)
Args |
tree_ensemble_handle
|
A Tensor of type resource .
Handle to the tree ensemble resource to be created.
|
stamp_token
|
A Tensor of type int64 .
Token to use as the initial value of the resource stamp.
|
tree_ensemble_serialized
|
A Tensor of type string .
Serialized proto of the tree ensemble.
|
name
|
A name for the operation (optional).
|
Returns |
The created Operation.
|