This document summarizes a study that evaluated the performance of various machine learning classifiers on a dataset. Six classifiers were tested using the Weka machine learning tool: SMO, REPTree, IBK, Logistic, Multilayer Perceptron, and DMNBText. Their performance was measured based on correctly classified instances, ROC area, and other metrics. Feature selection was also performed to identify the most important attributes and evaluate how classification performance changes after removing less important attributes. The Multilayer Perceptron classifier achieved 100% accuracy on the dataset both with and without feature selection.