pub fn boosted_trees_training_predict<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    tree_ensemble_handle: O0,
    cached_tree_ids: O1,
    cached_node_ids: O2,
    bucketized_features: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesTrainingPredict::new().build(tree_ensemble_handle, cached_tree_ids, cached_node_ids, bucketized_features, scope).