Feature Columns
Constructors for feature columns. A feature column defines the expected 'shape' of an input Tensor.
feature_columns(..., names = NULL)
Arguments
... | One or more feature column definitions. The tidyselect package is used to power generation of feature columns. |
names | Available feature names (for selection / pattern matching) as a
character vector (or R object that implements |