The document discusses predicting personality traits from Facebook statuses using machine learning techniques. It presents the goals of applying stylometry and natural language processing to a dataset of Facebook statuses labeled with Big Five personality traits. The methodology uses supervised machine learning algorithms like Naive Bayes and k-NN with features extracted from the statuses like word counts and part-of-speech tags. Baseline models using only the status text or derived features performed poorly. Combining status text with other features in a pipeline improved performance slightly but results were still limited by hardware and computational constraints.