The document describes research conducted by a team of students at Carnegie Mellon University to predict whether a user on the Yelp platform will obtain elite status. The team analyzed attributes of users in the Yelp Academic Dataset to identify correlations with elite status. They found that number of reviews, number of fans, and counts of useful, cool, and funny votes showed significant differences between elite and non-elite users. The team then experimented with various machine learning algorithms like decision trees, k-nearest neighbors, and linear regression to classify users and predict elite status. Their best model achieved a prediction accuracy of 94.2% using a decision tree algorithm.