Defined in tensorflow/tools/api/generator/api/feature_column/__init__.py
.
Imports for Python API.
This file is MACHINE GENERATED! Do not edit. Generated by: tensorflow/tools/api/generator/create_python_api.py script.
bucketized_column(...)
: Represents discretized dense input.
categorical_column_with_hash_bucket(...)
: Represents sparse feature where ids are set by hashing.
categorical_column_with_identity(...)
: A _CategoricalColumn
that returns identity values.
categorical_column_with_vocabulary_file(...)
: A _CategoricalColumn
with a vocabulary file.
categorical_column_with_vocabulary_list(...)
: A _CategoricalColumn
with in-memory vocabulary.
crossed_column(...)
: Returns a column for performing crosses of categorical features.
embedding_column(...)
: _DenseColumn
that converts from sparse, categorical input.
indicator_column(...)
: Represents multi-hot representation of given categorical column.
input_layer(...)
: Returns a dense Tensor
as input layer based on given feature_columns
.
linear_model(...)
: Returns a linear prediction Tensor
based on given feature_columns
.
make_parse_example_spec(...)
: Creates parsing spec dictionary from input feature_columns.
numeric_column(...)
: Represents real valued or numerical features.
shared_embedding_columns(...)
: List of dense columns that convert from sparse, categorical input.
weighted_categorical_column(...)
: Applies weight values to a _CategoricalColumn
.
__cached__
__loader__
__spec__
© 2018 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/api_docs/python/tf/feature_column