I. Introduction
Data mining is the process to uncover useful information's which are unknown from a large dataset [1]. It contains many techniques like clustering, classification and Association rules. There are many classification algorithms like Support vector machine, neural network, desicion tree, and naive bayes. Support Vector Machine constructs a hyper plane in high dimensional space that maximizes the margin between two classes [2]. Neural networks learn by example and then classify the instances. Decision tree is used in this study as a base learning algorithm. Naive bayes is more suitable for high dimensional data. Each algorithm has its own pros and cons. Prediction for a classification problem cannot be obtained effectively by using any one of the classification algorithms. Instead of depending on one single classifier, we can combine two or more base classifiers using ensemble method and the accuracy of classification can also be improved.