pub fn boosted_trees_bucketize<O0: Into<Output>, O1: Into<Output>>(
    float_values: O0,
    bucket_boundaries: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for BoostedTreesBucketize::new().build(float_values, bucket_boundaries, scope).