LostTech.TensorFlow : API Documentation

Type BoostedTreesEstimator

Namespace tensorflow_estimator.python.estimator.api.estimator

Parent _BoostedTreesBase

Interfaces IBoostedTreesEstimator

Public static methods

BoostedTreesEstimator NewDyn(object feature_columns, object n_batches_per_layer, object head, object model_dir, object weight_column, ImplicitContainer<T> n_trees, ImplicitContainer<T> max_depth, ImplicitContainer<T> learning_rate, ImplicitContainer<T> l1_regularization, ImplicitContainer<T> l2_regularization, ImplicitContainer<T> tree_complexity, ImplicitContainer<T> min_node_weight, object config, ImplicitContainer<T> center_bias, ImplicitContainer<T> pruning_mode, ImplicitContainer<T> quantile_sketch_epsilon)

Public properties

object config get;

object config_dyn get;

object model_dir get;

object model_dir_dyn get;

object model_fn get;

object model_fn_dyn get;

object params get;

object params_dyn get;

object PythonObject get;