Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

combo feature在model config中怎么配置 #41

Closed
xia-huang-411303 opened this issue Sep 28, 2021 · 1 comment
Closed

combo feature在model config中怎么配置 #41

xia-huang-411303 opened this issue Sep 28, 2021 · 1 comment

Comments

@xia-huang-411303
Copy link
Collaborator

怎么把combo feature这个组合特征配置到model config中, model config的featuregroup中的feature name怎么填写,因为组合特征是两个独立特征的组合

@xia-huang-411303
Copy link
Collaborator Author

特征 — easy_rec 0.1.4 documentationeasy_rec
可以在feature_config里面加一个feature_name
如下:

feature_configs {
input_names: ["age", "sex"]
feature_name: "combo_age_sex"
feature_type: ComboFeature
embedding_dim: 16
hash_bucket_size: 1000
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants