This document discusses developing classifiers for a census income dataset using the WEKA data mining tool. It summarizes preprocessing steps like handling missing values, removing outliers, and balancing class distributions. It then evaluates various classifiers like J48 decision trees and k-nearest neighbors (IBk) on the preprocessed data. The best performing model was an ensemble "vote" classifier that combined the predictions of J48, IBk, and logistic regression models, achieving 87.3% accuracy and an ROC area of 0.947.