├── Dataset.csv ├── Decision_Tree.R ├── HR_ANALYTICS_REPORT.docx ├── Logistic Regression.R ├── README.md ├── Random_Forest.R ├── Support Vector Machine.R ├── resultsdecisiontree1.CSV ├── resultslogreg1.CSV ├── resultsnaivebayes1.CSV ├── resultsrandomforest1.CSV └── resultssvm1.CSV /Dataset.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/Dataset.csv -------------------------------------------------------------------------------- /Decision_Tree.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/Decision_Tree.R -------------------------------------------------------------------------------- /HR_ANALYTICS_REPORT.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/HR_ANALYTICS_REPORT.docx -------------------------------------------------------------------------------- /Logistic Regression.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/Logistic Regression.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/README.md -------------------------------------------------------------------------------- /Random_Forest.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/Random_Forest.R -------------------------------------------------------------------------------- /Support Vector Machine.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/Support Vector Machine.R -------------------------------------------------------------------------------- /resultsdecisiontree1.CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/resultsdecisiontree1.CSV -------------------------------------------------------------------------------- /resultslogreg1.CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/resultslogreg1.CSV -------------------------------------------------------------------------------- /resultsnaivebayes1.CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/resultsnaivebayes1.CSV -------------------------------------------------------------------------------- /resultsrandomforest1.CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/resultsrandomforest1.CSV -------------------------------------------------------------------------------- /resultssvm1.CSV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MistryWoman/HR-Analytics-Attrition-Prediction/HEAD/resultssvm1.CSV --------------------------------------------------------------------------------