I am a Machine Learning beginner who is currently doing Andrew Ng's Machine Learning course on Coursera. In the lecture, he asked a simple question: Would you call the following a classification or regression problem?
You have a large inventory of identical items. You want to predict how many of these items will sell over the next 3 months
I chose classification since I thought we are just predicting will sell (1) or won't sell (0). But he says it is a regression problem since there are thousands of identical items and it is a continuous output. I don't understand how it is a continuous output. Looks to me like a discrete output having thousands of values. Can someone explain this to me?