LostTech.TensorFlow : API Documentation

Type gen_boosted_trees_ops

Namespace tensorflow.python._gen_boosted_trees_ops

Methods

Properties

Public static methods

Tensor boosted_trees_aggregate_stats(IGraphNodeBase node_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, IGraphNodeBase feature, int max_splits, int num_buckets, string name)

object boosted_trees_aggregate_stats_dyn(object node_ids, object gradients, object hessians, object feature, object max_splits, object num_buckets, object name)

object boosted_trees_aggregate_stats_eager_fallback(IGraphNodeBase node_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, IGraphNodeBase feature, int max_splits, int num_buckets, string name, Context ctx)

object boosted_trees_aggregate_stats_eager_fallback_dyn(object node_ids, object gradients, object hessians, object feature, object max_splits, object num_buckets, object name, object ctx)

IList<object> boosted_trees_bucketize(IEnumerable<object> float_values, object bucket_boundaries, string name)

object boosted_trees_bucketize_dyn(object float_values, object bucket_boundaries, object name)

IList<object> boosted_trees_bucketize_eager_fallback(IEnumerable<object> float_values, object bucket_boundaries, string name, Context ctx)

object boosted_trees_bucketize_eager_fallback_dyn(object float_values, object bucket_boundaries, object name, object ctx)

object boosted_trees_calculate_best_feature_split(IGraphNodeBase node_id_range, IGraphNodeBase stats_summary, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int logits_dimension, string split_type, string name)

object boosted_trees_calculate_best_feature_split_dyn(object node_id_range, object stats_summary, object l1, object l2, object tree_complexity, object min_node_weight, object logits_dimension, ImplicitContainer<T> split_type, object name)

object boosted_trees_calculate_best_feature_split_eager_fallback(IGraphNodeBase node_id_range, IGraphNodeBase stats_summary, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int logits_dimension, string split_type, string name, Context ctx)

object boosted_trees_calculate_best_feature_split_eager_fallback(IGraphNodeBase node_id_range, IGraphNodeBase stats_summary, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int logits_dimension, Byte[] split_type, string name, Context ctx)

object boosted_trees_calculate_best_feature_split_eager_fallback_dyn(object node_id_range, object stats_summary, object l1, object l2, object tree_complexity, object min_node_weight, object logits_dimension, ImplicitContainer<T> split_type, object name, object ctx)

object boosted_trees_calculate_best_gains_per_feature(IGraphNodeBase node_id_range, IEnumerable<object> stats_summary_list, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int max_splits, string name)

object boosted_trees_calculate_best_gains_per_feature_dyn(object node_id_range, object stats_summary_list, object l1, object l2, object tree_complexity, object min_node_weight, object max_splits, object name)

object boosted_trees_calculate_best_gains_per_feature_eager_fallback(IGraphNodeBase node_id_range, IEnumerable<object> stats_summary_list, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int max_splits, string name, Context ctx)

object boosted_trees_calculate_best_gains_per_feature_eager_fallback_dyn(object node_id_range, object stats_summary_list, object l1, object l2, object tree_complexity, object min_node_weight, object max_splits, object name, object ctx)

Tensor boosted_trees_center_bias(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase mean_gradients, IGraphNodeBase mean_hessians, IGraphNodeBase l1, IGraphNodeBase l2, string name)

object boosted_trees_center_bias_dyn(object tree_ensemble_handle, object mean_gradients, object mean_hessians, object l1, object l2, object name)

object boosted_trees_center_bias_eager_fallback(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase mean_gradients, IGraphNodeBase mean_hessians, IGraphNodeBase l1, IGraphNodeBase l2, string name, Context ctx)

object boosted_trees_center_bias_eager_fallback_dyn(object tree_ensemble_handle, object mean_gradients, object mean_hessians, object l1, object l2, object name, object ctx)

object boosted_trees_create_ensemble(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase stamp_token, IGraphNodeBase tree_ensemble_serialized, string name)

object boosted_trees_create_ensemble_dyn(object tree_ensemble_handle, object stamp_token, object tree_ensemble_serialized, object name)

object boosted_trees_create_ensemble_eager_fallback(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase stamp_token, IGraphNodeBase tree_ensemble_serialized, string name, Context ctx)

object boosted_trees_create_ensemble_eager_fallback_dyn(object tree_ensemble_handle, object stamp_token, object tree_ensemble_serialized, object name, object ctx)

object boosted_trees_create_quantile_stream_resource(IGraphNodeBase quantile_stream_resource_handle, IGraphNodeBase epsilon, IGraphNodeBase num_streams, ImplicitContainer<T> max_elements, string name)

object boosted_trees_create_quantile_stream_resource_dyn(object quantile_stream_resource_handle, object epsilon, object num_streams, ImplicitContainer<T> max_elements, object name)

object boosted_trees_create_quantile_stream_resource_eager_fallback(IGraphNodeBase quantile_stream_resource_handle, IGraphNodeBase epsilon, IGraphNodeBase num_streams, ImplicitContainer<T> max_elements, string name, Context ctx)

object boosted_trees_create_quantile_stream_resource_eager_fallback_dyn(object quantile_stream_resource_handle, object epsilon, object num_streams, ImplicitContainer<T> max_elements, object name, object ctx)

object boosted_trees_deserialize_ensemble(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase stamp_token, IGraphNodeBase tree_ensemble_serialized, string name)

object boosted_trees_deserialize_ensemble_dyn(object tree_ensemble_handle, object stamp_token, object tree_ensemble_serialized, object name)

object boosted_trees_deserialize_ensemble_eager_fallback(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase stamp_token, IGraphNodeBase tree_ensemble_serialized, string name, Context ctx)

object boosted_trees_deserialize_ensemble_eager_fallback_dyn(object tree_ensemble_handle, object stamp_token, object tree_ensemble_serialized, object name, object ctx)

Tensor boosted_trees_ensemble_resource_handle_op(string container, PythonFunctionContainer shared_name, string name)

Tensor boosted_trees_ensemble_resource_handle_op(string container, PythonFunctionContainer shared_name, PythonFunctionContainer name)

Tensor boosted_trees_ensemble_resource_handle_op(string container, object shared_name, string name)

Tensor boosted_trees_ensemble_resource_handle_op(string container, string shared_name, PythonFunctionContainer name)

Tensor boosted_trees_ensemble_resource_handle_op(string container, string shared_name, string name)

Tensor boosted_trees_ensemble_resource_handle_op(string container, object shared_name, PythonFunctionContainer name)

object boosted_trees_ensemble_resource_handle_op_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, object shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, object shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, PythonFunctionContainer shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, PythonFunctionContainer shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, string shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, PythonFunctionContainer shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, object shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, PythonFunctionContainer shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, Byte[] shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, Byte[] shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, string shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, object shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(Byte[] container, string shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, string shared_name, string name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback(string container, Byte[] shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_ensemble_resource_handle_op_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

Tensor boosted_trees_example_debug_outputs(IGraphNodeBase tree_ensemble_handle, IEnumerable<IGraphNodeBase> bucketized_features, int logits_dimension, string name)

object boosted_trees_example_debug_outputs_dyn(object tree_ensemble_handle, object bucketized_features, object logits_dimension, object name)

object boosted_trees_example_debug_outputs_eager_fallback(IGraphNodeBase tree_ensemble_handle, IEnumerable<IGraphNodeBase> bucketized_features, int logits_dimension, string name, Context ctx)

object boosted_trees_example_debug_outputs_eager_fallback_dyn(object tree_ensemble_handle, object bucketized_features, object logits_dimension, object name, object ctx)

IList<object> boosted_trees_flush_quantile_summaries(IGraphNodeBase quantile_stream_resource_handle, int num_features, string name)

object boosted_trees_flush_quantile_summaries_dyn(object quantile_stream_resource_handle, object num_features, object name)

IList<object> boosted_trees_flush_quantile_summaries_eager_fallback(IGraphNodeBase quantile_stream_resource_handle, int num_features, string name, Context ctx)

object boosted_trees_flush_quantile_summaries_eager_fallback_dyn(object quantile_stream_resource_handle, object num_features, object name, object ctx)

object boosted_trees_get_ensemble_states(IGraphNodeBase tree_ensemble_handle, string name)

object boosted_trees_get_ensemble_states_dyn(object tree_ensemble_handle, object name)

object boosted_trees_get_ensemble_states_eager_fallback(IGraphNodeBase tree_ensemble_handle, string name, Context ctx)

object boosted_trees_get_ensemble_states_eager_fallback_dyn(object tree_ensemble_handle, object name, object ctx)

IList<object> boosted_trees_make_quantile_summaries(IEnumerable<object> float_values, IGraphNodeBase example_weights, IGraphNodeBase epsilon, string name)

object boosted_trees_make_quantile_summaries_dyn(object float_values, object example_weights, object epsilon, object name)

IList<object> boosted_trees_make_quantile_summaries_eager_fallback(IEnumerable<object> float_values, IGraphNodeBase example_weights, IGraphNodeBase epsilon, string name, Context ctx)

object boosted_trees_make_quantile_summaries_eager_fallback_dyn(object float_values, object example_weights, object epsilon, object name, object ctx)

Tensor boosted_trees_make_stats_summary(IGraphNodeBase node_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, IEnumerable<IGraphNodeBase> bucketized_features_list, int max_splits, int num_buckets, string name)

object boosted_trees_make_stats_summary_dyn(object node_ids, object gradients, object hessians, object bucketized_features_list, object max_splits, object num_buckets, object name)

object boosted_trees_make_stats_summary_eager_fallback(IGraphNodeBase node_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, IEnumerable<IGraphNodeBase> bucketized_features_list, int max_splits, int num_buckets, string name, Context ctx)

object boosted_trees_make_stats_summary_eager_fallback_dyn(object node_ids, object gradients, object hessians, object bucketized_features_list, object max_splits, object num_buckets, object name, object ctx)

Tensor boosted_trees_predict(IGraphNodeBase tree_ensemble_handle, IEnumerable<IGraphNodeBase> bucketized_features, int logits_dimension, string name)

Tensor boosted_trees_predict(IGraphNodeBase tree_ensemble_handle, IEnumerable<IGraphNodeBase> bucketized_features, object logits_dimension, string name)

object boosted_trees_predict_dyn(object tree_ensemble_handle, object bucketized_features, object logits_dimension, object name)

object boosted_trees_predict_eager_fallback(IGraphNodeBase tree_ensemble_handle, IEnumerable<IGraphNodeBase> bucketized_features, int logits_dimension, string name, Context ctx)

object boosted_trees_predict_eager_fallback_dyn(object tree_ensemble_handle, object bucketized_features, object logits_dimension, object name, object ctx)

object boosted_trees_quantile_stream_resource_add_summaries(IGraphNodeBase quantile_stream_resource_handle, IEnumerable<object> summaries, string name)

object boosted_trees_quantile_stream_resource_add_summaries_dyn(object quantile_stream_resource_handle, object summaries, object name)

object boosted_trees_quantile_stream_resource_add_summaries_eager_fallback(IGraphNodeBase quantile_stream_resource_handle, IEnumerable<object> summaries, string name, Context ctx)

object boosted_trees_quantile_stream_resource_add_summaries_eager_fallback_dyn(object quantile_stream_resource_handle, object summaries, object name, object ctx)

object boosted_trees_quantile_stream_resource_deserialize(IGraphNodeBase quantile_stream_resource_handle, object bucket_boundaries, string name)

object boosted_trees_quantile_stream_resource_deserialize_dyn(object quantile_stream_resource_handle, object bucket_boundaries, object name)

object boosted_trees_quantile_stream_resource_deserialize_eager_fallback(IGraphNodeBase quantile_stream_resource_handle, object bucket_boundaries, string name, Context ctx)

object boosted_trees_quantile_stream_resource_deserialize_eager_fallback_dyn(object quantile_stream_resource_handle, object bucket_boundaries, object name, object ctx)

object boosted_trees_quantile_stream_resource_flush(IGraphNodeBase quantile_stream_resource_handle, IGraphNodeBase num_buckets, bool generate_quantiles, string name)

object boosted_trees_quantile_stream_resource_flush_dyn(object quantile_stream_resource_handle, object num_buckets, ImplicitContainer<T> generate_quantiles, object name)

object boosted_trees_quantile_stream_resource_flush_eager_fallback(IGraphNodeBase quantile_stream_resource_handle, IGraphNodeBase num_buckets, bool generate_quantiles, string name, Context ctx)

object boosted_trees_quantile_stream_resource_flush_eager_fallback_dyn(object quantile_stream_resource_handle, object num_buckets, ImplicitContainer<T> generate_quantiles, object name, object ctx)

IList<object> boosted_trees_quantile_stream_resource_get_bucket_boundaries(IGraphNodeBase quantile_stream_resource_handle, int num_features, string name)

object boosted_trees_quantile_stream_resource_get_bucket_boundaries_dyn(object quantile_stream_resource_handle, object num_features, object name)

IList<object> boosted_trees_quantile_stream_resource_get_bucket_boundaries_eager_fallback(IGraphNodeBase quantile_stream_resource_handle, int num_features, string name, Context ctx)

object boosted_trees_quantile_stream_resource_get_bucket_boundaries_eager_fallback_dyn(object quantile_stream_resource_handle, object num_features, object name, object ctx)

Tensor boosted_trees_quantile_stream_resource_handle_op(string container, object shared_name, PythonFunctionContainer name)

Tensor boosted_trees_quantile_stream_resource_handle_op(string container, PythonFunctionContainer shared_name, string name)

Tensor boosted_trees_quantile_stream_resource_handle_op(string container, string shared_name, PythonFunctionContainer name)

Tensor boosted_trees_quantile_stream_resource_handle_op(string container, string shared_name, string name)

Tensor boosted_trees_quantile_stream_resource_handle_op(string container, PythonFunctionContainer shared_name, PythonFunctionContainer name)

Tensor boosted_trees_quantile_stream_resource_handle_op(string container, object shared_name, string name)

object boosted_trees_quantile_stream_resource_handle_op_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, Byte[] shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, Byte[] shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, PythonFunctionContainer shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, PythonFunctionContainer shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, string shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, object shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, object shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, string shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, string shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, object shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, PythonFunctionContainer shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, Byte[] shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, PythonFunctionContainer shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(Byte[] container, object shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, string shared_name, string name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback(string container, Byte[] shared_name, PythonFunctionContainer name, Context ctx)

object boosted_trees_quantile_stream_resource_handle_op_eager_fallback_dyn(ImplicitContainer<T> container, ImplicitContainer<T> shared_name, object name, object ctx)

object boosted_trees_serialize_ensemble(IGraphNodeBase tree_ensemble_handle, string name)

object boosted_trees_serialize_ensemble_dyn(object tree_ensemble_handle, object name)

object boosted_trees_serialize_ensemble_eager_fallback(IGraphNodeBase tree_ensemble_handle, string name, Context ctx)

object boosted_trees_serialize_ensemble_eager_fallback_dyn(object tree_ensemble_handle, object name, object ctx)

object boosted_trees_sparse_aggregate_stats(IGraphNodeBase node_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, IGraphNodeBase feature_indices, IGraphNodeBase feature_values, IGraphNodeBase feature_shape, int max_splits, int num_buckets, string name)

object boosted_trees_sparse_aggregate_stats_dyn(object node_ids, object gradients, object hessians, object feature_indices, object feature_values, object feature_shape, object max_splits, object num_buckets, object name)

object boosted_trees_sparse_aggregate_stats_eager_fallback(IGraphNodeBase node_ids, IGraphNodeBase gradients, IGraphNodeBase hessians, IGraphNodeBase feature_indices, IGraphNodeBase feature_values, IGraphNodeBase feature_shape, int max_splits, int num_buckets, string name, Context ctx)

object boosted_trees_sparse_aggregate_stats_eager_fallback_dyn(object node_ids, object gradients, object hessians, object feature_indices, object feature_values, object feature_shape, object max_splits, object num_buckets, object name, object ctx)

object boosted_trees_sparse_calculate_best_feature_split(IGraphNodeBase node_id_range, IGraphNodeBase stats_summary_indices, IGraphNodeBase stats_summary_values, IGraphNodeBase stats_summary_shape, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int logits_dimension, string split_type, string name)

object boosted_trees_sparse_calculate_best_feature_split_dyn(object node_id_range, object stats_summary_indices, object stats_summary_values, object stats_summary_shape, object l1, object l2, object tree_complexity, object min_node_weight, object logits_dimension, ImplicitContainer<T> split_type, object name)

object boosted_trees_sparse_calculate_best_feature_split_eager_fallback(IGraphNodeBase node_id_range, IGraphNodeBase stats_summary_indices, IGraphNodeBase stats_summary_values, IGraphNodeBase stats_summary_shape, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int logits_dimension, string split_type, string name, Context ctx)

object boosted_trees_sparse_calculate_best_feature_split_eager_fallback(IGraphNodeBase node_id_range, IGraphNodeBase stats_summary_indices, IGraphNodeBase stats_summary_values, IGraphNodeBase stats_summary_shape, IGraphNodeBase l1, IGraphNodeBase l2, IGraphNodeBase tree_complexity, IGraphNodeBase min_node_weight, int logits_dimension, Byte[] split_type, string name, Context ctx)

object boosted_trees_sparse_calculate_best_feature_split_eager_fallback_dyn(object node_id_range, object stats_summary_indices, object stats_summary_values, object stats_summary_shape, object l1, object l2, object tree_complexity, object min_node_weight, object logits_dimension, ImplicitContainer<T> split_type, object name, object ctx)

object boosted_trees_training_predict(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase cached_tree_ids, IGraphNodeBase cached_node_ids, IEnumerable<IGraphNodeBase> bucketized_features, int logits_dimension, string name)

object boosted_trees_training_predict(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase cached_tree_ids, IGraphNodeBase cached_node_ids, IEnumerable<IGraphNodeBase> bucketized_features, object logits_dimension, string name)

object boosted_trees_training_predict_dyn(object tree_ensemble_handle, object cached_tree_ids, object cached_node_ids, object bucketized_features, object logits_dimension, object name)

object boosted_trees_training_predict_eager_fallback(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase cached_tree_ids, IGraphNodeBase cached_node_ids, IEnumerable<IGraphNodeBase> bucketized_features, int logits_dimension, string name, Context ctx)

object boosted_trees_training_predict_eager_fallback_dyn(object tree_ensemble_handle, object cached_tree_ids, object cached_node_ids, object bucketized_features, object logits_dimension, object name, object ctx)

object boosted_trees_update_ensemble(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase feature_ids, IEnumerable<object> node_ids, IEnumerable<object> gains, IEnumerable<object> thresholds, IEnumerable<object> left_node_contribs, IEnumerable<object> right_node_contribs, IGraphNodeBase max_depth, IGraphNodeBase learning_rate, int pruning_mode, string name)

object boosted_trees_update_ensemble_dyn(object tree_ensemble_handle, object feature_ids, object node_ids, object gains, object thresholds, object left_node_contribs, object right_node_contribs, object max_depth, object learning_rate, object pruning_mode, object name)

object boosted_trees_update_ensemble_eager_fallback(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase feature_ids, IEnumerable<object> node_ids, IEnumerable<object> gains, IEnumerable<object> thresholds, IEnumerable<object> left_node_contribs, IEnumerable<object> right_node_contribs, IGraphNodeBase max_depth, IGraphNodeBase learning_rate, int pruning_mode, string name, Context ctx)

object boosted_trees_update_ensemble_eager_fallback_dyn(object tree_ensemble_handle, object feature_ids, object node_ids, object gains, object thresholds, object left_node_contribs, object right_node_contribs, object max_depth, object learning_rate, object pruning_mode, object name, object ctx)

object boosted_trees_update_ensemble_v2(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase feature_ids, IEnumerable<ndarray> dimension_ids, IEnumerable<ndarray> node_ids, IEnumerable<ndarray> gains, IEnumerable<ndarray> thresholds, IEnumerable<ndarray> left_node_contribs, IEnumerable<ndarray> right_node_contribs, IEnumerable<ndarray> split_types, IGraphNodeBase max_depth, IGraphNodeBase learning_rate, IGraphNodeBase pruning_mode, string name)

object boosted_trees_update_ensemble_v2_dyn(object tree_ensemble_handle, object feature_ids, object dimension_ids, object node_ids, object gains, object thresholds, object left_node_contribs, object right_node_contribs, object split_types, object max_depth, object learning_rate, object pruning_mode, object name)

object boosted_trees_update_ensemble_v2_eager_fallback(IGraphNodeBase tree_ensemble_handle, IGraphNodeBase feature_ids, IEnumerable<ndarray> dimension_ids, IEnumerable<ndarray> node_ids, IEnumerable<ndarray> gains, IEnumerable<ndarray> thresholds, IEnumerable<ndarray> left_node_contribs, IEnumerable<ndarray> right_node_contribs, IEnumerable<ndarray> split_types, IGraphNodeBase max_depth, IGraphNodeBase learning_rate, IGraphNodeBase pruning_mode, string name, Context ctx)

object boosted_trees_update_ensemble_v2_eager_fallback_dyn(object tree_ensemble_handle, object feature_ids, object dimension_ids, object node_ids, object gains, object thresholds, object left_node_contribs, object right_node_contribs, object split_types, object max_depth, object learning_rate, object pruning_mode, object name, object ctx)

Tensor is_boosted_trees_ensemble_initialized(IGraphNodeBase tree_ensemble_handle, string name)

object is_boosted_trees_ensemble_initialized_dyn(object tree_ensemble_handle, object name)

object is_boosted_trees_ensemble_initialized_eager_fallback(IGraphNodeBase tree_ensemble_handle, string name, Context ctx)

object is_boosted_trees_ensemble_initialized_eager_fallback_dyn(object tree_ensemble_handle, object name, object ctx)

Tensor is_boosted_trees_quantile_stream_resource_initialized(IGraphNodeBase quantile_stream_resource_handle, string name)

object is_boosted_trees_quantile_stream_resource_initialized_dyn(object quantile_stream_resource_handle, object name)

object is_boosted_trees_quantile_stream_resource_initialized_eager_fallback(IGraphNodeBase quantile_stream_resource_handle, string name, Context ctx)

object is_boosted_trees_quantile_stream_resource_initialized_eager_fallback_dyn(object quantile_stream_resource_handle, object name, object ctx)

Public properties

PythonFunctionContainer boosted_trees_aggregate_stats_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_aggregate_stats_fn get;

PythonFunctionContainer boosted_trees_bucketize_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_bucketize_fn get;

PythonFunctionContainer boosted_trees_calculate_best_feature_split_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_calculate_best_feature_split_fn get;

PythonFunctionContainer boosted_trees_calculate_best_gains_per_feature_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_calculate_best_gains_per_feature_fn get;

PythonFunctionContainer boosted_trees_center_bias_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_center_bias_fn get;

PythonFunctionContainer boosted_trees_create_ensemble_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_create_ensemble_fn get;

PythonFunctionContainer boosted_trees_create_quantile_stream_resource_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_create_quantile_stream_resource_fn get;

PythonFunctionContainer boosted_trees_deserialize_ensemble_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_deserialize_ensemble_fn get;

PythonFunctionContainer boosted_trees_ensemble_resource_handle_op_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_ensemble_resource_handle_op_fn get;

PythonFunctionContainer boosted_trees_example_debug_outputs_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_example_debug_outputs_fn get;

PythonFunctionContainer boosted_trees_flush_quantile_summaries_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_flush_quantile_summaries_fn get;

PythonFunctionContainer boosted_trees_get_ensemble_states_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_get_ensemble_states_fn get;

PythonFunctionContainer boosted_trees_make_quantile_summaries_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_make_quantile_summaries_fn get;

PythonFunctionContainer boosted_trees_make_stats_summary_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_make_stats_summary_fn get;

PythonFunctionContainer boosted_trees_predict_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_predict_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_add_summaries_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_add_summaries_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_deserialize_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_deserialize_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_flush_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_flush_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_get_bucket_boundaries_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_get_bucket_boundaries_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_handle_op_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_quantile_stream_resource_handle_op_fn get;

PythonFunctionContainer boosted_trees_serialize_ensemble_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_serialize_ensemble_fn get;

PythonFunctionContainer boosted_trees_sparse_aggregate_stats_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_sparse_aggregate_stats_fn get;

PythonFunctionContainer boosted_trees_sparse_calculate_best_feature_split_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_sparse_calculate_best_feature_split_fn get;

PythonFunctionContainer boosted_trees_training_predict_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_training_predict_fn get;

PythonFunctionContainer boosted_trees_update_ensemble_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_update_ensemble_fn get;

PythonFunctionContainer boosted_trees_update_ensemble_v2_eager_fallback_fn get;

PythonFunctionContainer boosted_trees_update_ensemble_v2_fn get;

PythonFunctionContainer is_boosted_trees_ensemble_initialized_eager_fallback_fn get;

PythonFunctionContainer is_boosted_trees_ensemble_initialized_fn get;

PythonFunctionContainer is_boosted_trees_quantile_stream_resource_initialized_eager_fallback_fn get;

PythonFunctionContainer is_boosted_trees_quantile_stream_resource_initialized_fn get;