Searched refs:CategoryCrossing (Results 1 – 10 of 10) sorted by relevance
44 layer = category_crossing.CategoryCrossing()56 layer = category_crossing.CategoryCrossing(separator='_Y_')68 layer = category_crossing.CategoryCrossing(separator='')80 layer = category_crossing.CategoryCrossing(depth=1)96 layer = category_crossing.CategoryCrossing(depth=(2, 3))134 non_hashed_layer = category_crossing.CategoryCrossing()141 layer = category_crossing.CategoryCrossing(depth=1)149 layer = category_crossing.CategoryCrossing(depth=2)159 layer = category_crossing.CategoryCrossing(depth=[2, 3])176 layer = category_crossing.CategoryCrossing()[all …]
39 class CategoryCrossing(base_preprocessing_layer.PreprocessingLayer): class118 super(CategoryCrossing, self).__init__(name=name, **kwargs)208 base_config = super(CategoryCrossing, self).get_config()
76 layer = category_crossing.CategoryCrossing()
4 name: "CategoryCrossing"
1 path: "tensorflow.keras.layers.experimental.preprocessing.CategoryCrossing"3 …ance: "<class \'tensorflow.python.keras.layers.preprocessing.category_crossing.CategoryCrossing\'>"
74 layer = category_crossing.CategoryCrossing()
72 from tensorflow.python.keras.layers.preprocessing.category_crossing import CategoryCrossing
1142 …* `CategoryCrossing`: create new categorical features representing co-occurrences of previous cate…