Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 545 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 545 Bytes

Employee-Attrition-Prediction

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.