models icon indicating copy to clipboard operation
models copied to clipboard

[FEA] Improve the processing of `Targets` in ItemPrediction tasks

Open sararb opened this issue 3 years ago • 0 comments

🚀 Feature request

Currently, all ItemPrediction tasks transform the targets tensor to a one-hot representation (as required by the RankingMetrics or SampledSoftmax contrastive learning).

This Feature request is related to setting the categorical encoded representation of the target (i.e removing the one-hot transformation block) as the default representation of the ItemPredictionTask and setting the one-hot conversion within the top-k evaluation metric class.

sararb avatar May 02 '22 16:05 sararb