shenweichen / DeepCTR-Torch

【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
https://deepctr-torch.readthedocs.io/en/latest/index.html
Apache License 2.0
2.96k stars 698 forks source link

How do people actually generate unseen new inference data? #233

Open Jeriousman opened 2 years ago

Jeriousman commented 2 years ago

Describe the question(问题描述)

Let's say I implemented DeepFM here. I see how we train and test. But after we test, now we want to actually make recommendations with unseen new data. But how do we then create the unseen new data? What is people normally do? Because there are tens of millions users and millions movies, I don't think people generate unseen new data point for each user to go on for loop of every movie. Would you tip me off how people generally do in production?

zanshuxun commented 2 years ago

https://github.com/shenweichen/DeepCTR/issues/415