Successive Predictions
I am facing a problem which you could abstractly describe the following:
I have a pool of possible customers. I want to know if a customer appears during one year. I want to predict the total revenue for each customer for this year. (0 revenue is something different than not appearing)
So I have stacked/successive/dependent predictions:
- I predict who out of the pool is going to appear
- For these I predict what the revenue will be
So far so good. But I'd like to have more input about this specific problem and I am having a hard time finding literature / papers about this. Is there a special term / technical term for this specific problem? (all search efforts with terms like stacked prediction, successive, ... lead to different problems, just because these words are so heavily used in ML e.g. model stacking, ... ) I am also very happy about hints to good papers concerning this topic.
Topic machine-learning-model prediction machine-learning
Category Data Science