Searched refs:CategoryEncoding (Results 1 – 10 of 10) sorted by relevance
48 class CategoryEncoding(base_preprocessing_layer.PreprocessingLayer): class118 super(CategoryEncoding, self).__init__(**kwargs)156 base_config = super(CategoryEncoding, self).get_config()
72 layer = category_encoding.CategoryEncoding(
42 return category_encoding.CategoryEncoding
8 name: "CategoryEncoding"
1 path: "tensorflow.keras.layers.experimental.preprocessing.CategoryEncoding"3 …ance: "<class \'tensorflow.python.keras.layers.preprocessing.category_encoding.CategoryEncoding\'>"
42 layer = category_encoding.CategoryEncoding(
73 from tensorflow.python.keras.layers.preprocessing.category_encoding import CategoryEncoding
1141 …* `CategoryEncoding`: turn integer-encoded categories into one-hot, multi-hot, or tf-idf encoded r…