|
@@ -173,7 +173,7 @@ model_config {
|
|
|
feature_groups: {
|
|
|
group_name: 'deep'""")
|
|
|
|
|
|
- for name in dense_features + sparse_features + tag_features + seq_features + nlp_features:
|
|
|
+ for name in top_dense_features + sparse_features + tag_features + seq_features + nlp_features:
|
|
|
print(f""" feature_names: '{name}'""")
|
|
|
|
|
|
print(""" wide_deep: DEEP
|
|
@@ -263,5 +263,5 @@ export_config {
|
|
|
""")
|
|
|
|
|
|
|
|
|
-deep_fm()
|
|
|
+wide_and_deep()
|
|
|
config_export()
|