This document discusses using an adaptive boosted support vector machine to classify potential direct marketing consumers using bank customer data. It compares the performance of an ordinary SVM classifier to an SVM classifier combined with an Adaboost algorithm. The Adaboost-SVM approach achieved higher accuracy (95.07%) and sensitivity (91.65%) compared to the ordinary SVM (91.67% accuracy and 83.80% sensitivity) in predicting customer subscription prospects from a dataset of over 9,000 records with 20 attributes. The results showed that ensemble methods like Adaboost can improve the performance of a single SVM classifier.