This document proposes a new oversampling technique called Centroid Oversampling to address imbalanced class distributions in customer churn prediction problems. It summarizes existing oversampling methods like SMOTE and introduces Centroid Oversampling, which generates synthetic samples by calculating the centroid of the three nearest data points rather than oversampling outliers. Experimental results on three telecom datasets show Centroid Oversampling achieves better accuracy, recall, and F-measure than SMOTE when used with a KNN classifier, particularly on datasets with high imbalance.