I was wondering if anyone could help point me in the right direction for the following problem (changed slightly to improve comprehensibility).
Let's say that I have a set of 500 microarrays taken from blood samples from 500 different people. Each person is a different age. I want to build a classifier that can predict a person's age based off as few genes as possible. If there were two classes of people ("young" and "old"), I could use a straightforward binary classification algorithm. But I want to predict a person's exact age - so I'm not sure what classification method to use to incorporate what's basically continuous data (500 different ages) rather than just 2 classes. Thanks!