The document summarizes research on using predictive modeling to predict how well people perform specific exercises at the gym based on data from wearable sensors. It describes applying classification tree and random forest models to a dataset containing sensor data from participants performing bicep curls. Classification trees work by recursively splitting the data into partitions to predict the exercise class, while random forests create many classification trees and have the trees vote to make predictions. The models were able to accurately predict the exercise class based on the sensor data.