-
Notifications
You must be signed in to change notification settings - Fork 334
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
[feat]:support only sequence feature && fix neg sampler bug for sequence feature #264
Conversation
CI PY3 Test Failed |
CI PY3 TF25 Test Failed |
CI Test Passed |
CI PY3 Test Passed |
CI PY3 TF25 Test Passed |
CI PY3 Test Passed |
CI Test Passed |
docs/source/feature/feature.rst
Outdated
@@ -270,6 +270,7 @@ Sequense类特征格式一般为“XX\|XX\|XX”,如用户行为序列特征 | |||
sequence_features: { | |||
group_name: "seq_fea" | |||
allow_key_search: true | |||
only_sequence_feature:false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only_sequence_feature maybe better named as need_key_feature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need_query_feature
CI PY3 TF25 Test Passed |
CI PY3 Test Passed |
CI Test Passed |
No description provided.