pub fn boosted_trees_example_debug_outputs<O0: Into<Output>, O1: Into<Output>>(
    tree_ensemble_handle: O0,
    bucketized_features: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesExampleDebugOutputs::new().build(tree_ensemble_handle, bucketized_features, scope).