Searched defs:categorical_column_with_hash_bucket (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column.py31 - `categorical_column_with_hash_bucket`
231 categorical_column_with_hash_bucket("keywords", 10K), dimensions=16)
358 keywords = categorical_column_with_hash_bucket("keywords", 10K)
983 @tf_export('feature_column.categorical_column_with_hash_bucket')
984 def categorical_column_with_hash_bucket(key, function
1001 keywords = categorical_column_with_hash_bucket("keywords", 10K)
1282 are unused. Consider `categorical_column_with_hash_bucket` in that case.
1408 categorical_column = categorical_column_with_hash_bucket(
1563 'categorical_column_with_hash_bucket is not supported for crossing. '
2416 """see `categorical_column_with_hash_bucket`
[all...]

Completed in 102 milliseconds