This document summarizes a study that used various machine learning techniques to classify customers as either 2G or 3G network users based on their usage data. It discusses preprocessing the data, building models using decision trees, lazy classifiers, and boosting, and combining the models' predictions. The best performing technique was boosting decision trees, which correctly classified 88.58% of customers through 10-fold cross-validation. While imperfect, combining multiple models led to more reliable classification than any single model.
Related topics: