LostTech.TensorFlow : API Documentation

Type custom_export_strategy

Namespace tensorflow.contrib.boosted_trees.estimator_batch.custom_export_strategy

Public static methods

object convert_to_universal_format(object dtec, IEnumerable<string> sorted_feature_names, int num_dense, int num_sparse_float, int num_sparse_int, object feature_name_to_proto)

object convert_to_universal_format_dyn(object dtec, object sorted_feature_names, object num_dense, object num_sparse_float, object num_sparse_int, object feature_name_to_proto)

ExportStrategy make_custom_export_strategy(string name, PythonFunctionContainer convert_fn, object feature_columns, PythonFunctionContainer export_input_fn, bool use_core_columns, PythonFunctionContainer feature_engineering_fn, object default_output_alternative_key)

object make_custom_export_strategy_dyn(object name, object convert_fn, object feature_columns, object export_input_fn, ImplicitContainer<T> use_core_columns, object feature_engineering_fn, object default_output_alternative_key)

Public properties

PythonFunctionContainer convert_to_universal_format_fn get;

PythonFunctionContainer make_custom_export_strategy_fn get;