tf.contrib.layers.one_hot_column
Creates an _OneHotColumn for a one-hot or multi-hot repr in a DNN.
tf.contrib.layers.one_hot_column(
sparse_id_column
)
| Args | |
|---|---|
sparse_id_column | A _SparseColumn which is created by sparse_column_with_* or crossed_column functions. Note that combiner defined in sparse_id_column is ignored. |
| Returns | |
|---|---|
| An _OneHotColumn. |
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/layers/one_hot_column