Add TF feature column ops for session-based recs

Open
#741 2 comments 0 reactions 1 assignee View on GitHub

@marcromeyn is already working on this.

Since Jun 7, 2021.

Assessment

This issue has not been assessed yet.

Description

P1 session-based

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.

Dominant language
Python
Stars
1.2k
Forks
149
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from NVIDIA-Merlin/NVTabular

All issues in NVIDIA-Merlin/NVTabular

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.