pub fn boosted_trees_make_stats_summary<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    node_ids: O0,
    gradients: O1,
    hessians: O2,
    bucketized_features_list: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesMakeStatsSummary::new().build(node_ids, gradients, hessians, bucketized_features_list, scope).