Description Usage Arguments Value
View source: R/feature_columns.R
Used to wrap any column_categorical()*
(e.g., to feed to DNN). Use
column_embedding()
if the inputs are sparse.
1 | column_indicator(categorical_column)
|
categorical_column |
A categorical column which is created by
the |
An indicator column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.