LostTech.TensorFlow : API Documentation

Type head_utils

Namespace tensorflow_estimator.python.estimator.head.head_utils

Public static methods

object binary_or_multi_class_head(int n_classes, string weight_column, object label_vocabulary, string loss_reduction)

object binary_or_multi_class_head_dyn(object n_classes, object weight_column, object label_vocabulary, object loss_reduction)

Public properties

PythonFunctionContainer binary_or_multi_class_head_fn get;