View source on GitHub |
Input features to the model.
tfl.model_info.InputFeatureNode(
name, is_categorical, vocabulary_list
)
Attributes | |
---|---|
name
|
Name of the input feature. |
is_categorical
|
If the feature is categorical. |
vocabulary_list
|
Category values for categorical features or None. |