NVTabular icon indicating copy to clipboard operation
NVTabular copied to clipboard

Supports aggregation of past user interactions as additional user/context features

Open benfred opened this issue 3 years ago • 0 comments

NVTabular should create ops it easier the process of aggregating some past user interactions to represent users preferences. Some possible approaches would be:

  • [ ] Including features of the last item interacted by the user as additional user/context features (like done in this Google paper on retrieval models, where the provide the last seen video ("seed video") as context features)
  • [ ] Aggregating item features from past user interactions (i.e. excluding the current and future interaction). For example, being able to aggregate by user some item features like preferred categories, genres, avg. products prices (but only for past interactions).

benfred avatar Apr 06 '22 17:04 benfred