tf.compat.v1.estimator.experimental.linear_logit_fn_builder

View source on GitHub

Function builder for a linear logit_fn.

tf.compat.v1.estimator.experimental.linear_logit_fn_builder(
    units, feature_columns, sparse_combiner='sum'
)

Args:

Returns:

A logit_fn (see below).