Implementation and comparison of Support Vector Machine(SVM), Gradient Boosting, k-Nearest Neighbor, Logistic Regression and Random Forest Classifications for employee attrition predictions
Support Vector Machine(SVM) gives the best accuracy and it's output is stored in SVM_classification_output.csv
Training data - train.csv Testing data - test.csv
Report.pdf contains the various pre-processing methods used, observations about the dataset and the models and different models and approaches that are used.