Research Article
Automated Prediction of Employee Attrition Using Ensemble Model Based on Machine Learning Algorithms
Algorithm 1
Majority voting ensemble model.
(i) | Apply 3 classifiers, MLP, RF, and GB | (ii) | Compare performance of the 3 classifiers | (iii) | For each test instance, apply majority voting | (iv) | Choose the class for the instance based on majority voting |
|