tf.contrib.layers.check_feature_columns
Checks the validity of the set of FeatureColumns.
tf.contrib.layers.check_feature_columns(
feature_columns
)
| Args | |
|---|---|
feature_columns | An iterable of instances or subclasses of FeatureColumn. |
| Raises | |
|---|---|
ValueError | If feature_columns is a dict. |
ValueError | If there are duplicate feature column keys. |
© 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/check_feature_columns