View source: R/feature_columns.R
Constructors for feature columns. A feature column defines the expected 'shape' of an input Tensor.
1 | feature_columns(..., names = NULL)
|
... |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.