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

Add TF feature column ops for session-based recs #741

Open
karlhigley opened this issue Apr 15, 2021 · 2 comments
Open

Add TF feature column ops for session-based recs #741

karlhigley opened this issue Apr 15, 2021 · 2 comments
Assignees
Projects

Comments

@karlhigley
Copy link
Contributor

karlhigley commented Apr 15, 2021

sequence_categorical_column_with_identity(...):
sequence_categorical_column_with_hash_bucket(...): A sequence of categorical terms where ids are set by hashing.
sequence_categorical_column_with_identity(...): Returns a feature column that represents sequences of integers.
sequence_categorical_column_with_vocabulary_file(...): A sequence of categorical terms where ids use a vocabulary file.
sequence_categorical_column_with_vocabulary_list(...): A sequence of categorical terms where ids use an in-memory list.
sequence_numeric_column(...): Returns a feature column that represents sequences of numeric data.
shared_embeddings(...): List of dense columns that convert from sparse, categorical input.

@karlhigley karlhigley created this issue from a note in Future Releases Sketch (v0.6) Apr 15, 2021
@viswa-nvidia viswa-nvidia added this to the NVTabular v0.6 milestone Apr 26, 2021
@benfred benfred added this to To do in v0.6 via automation May 3, 2021
@benfred benfred moved this from To do to P1 in v0.6 May 4, 2021
@benfred benfred added the P1 label May 4, 2021
@marcromeyn
Copy link
Contributor

Blocked by #763

@marcromeyn marcromeyn moved this from P1 to To do in v0.6 Jul 12, 2021
@marcromeyn marcromeyn moved this from To do to P1 in v0.6 Jul 12, 2021
@benfred
Copy link
Member

benfred commented Jul 12, 2021

shared_embeddings won't be possible - only works in graph mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v0.6
  
P1
Development

No branches or pull requests

4 participants