Construct a Real-Valued Column
Construct a Real-Valued Column
column_numeric(..., shape = c(1L), default_value = NULL, dtype = tf$float32, normalizer_fn = NULL)
... |
Expression(s) identifying input feature(s). Used as the column name and the dictionary key for feature parsing configs, feature tensors, and feature columns. |
shape |
An integer vector that specifies the shape of the tensor. An
integer can be given which means a single dimension tensor with given
width. The tensor representing the column will have the shape of
|
default_value |
A single value compatible with |
dtype |
The types for values contained in the column. The default value
is |
normalizer_fn |
If not |
A numeric column.
TypeError: if any dimension in shape is not an int
ValueError: if any dimension in shape is not a positive integer
TypeError: if default_value
is an iterable but not compatible with shape
TypeError: if default_value
is not compatible with dtype
ValueError: if dtype
is not convertible to tf$float32
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.