Skip to content

The IBM HR Analytics Employee Attrition & Performance dataset from the Kaggle. I have first performed Exploratory Data Analysis on the data using various libraries like pandas,seaborn,matplotlib etc.. Then I have plotted used feature selection techniques like RFE to select the features. The data is then oversampled using the SMOTE technique in o…

Notifications You must be signed in to change notification settings

ritumehrotra/IBM-HR-Analytics-Employee-Attrition-Performance

 
 

Repository files navigation

/* Date :: 02/08/2018 Author:: Raj Mehrotra */

IBM-HR-Analytics-Employee-Attrition-Performance dataset from the Kaggle.

I have first performed Exploratory Data Analysis on the data using various libraries like pandas,seaborn,matplotlib etc..

Then I have also used feature selection techniques like RFE (a wrapper method )to select the features. The data is then oversampled using the SMOTE (Synthetic MInority Oversampling Techniques) technique in order to deal with the imbalanced classes. Also the data is then scaled for better performance.

Lastly I have trained many ML models from the scikit-learn library for predictive modelling and compared the performance using Precision, Recall and other metrics .

About

The IBM HR Analytics Employee Attrition & Performance dataset from the Kaggle. I have first performed Exploratory Data Analysis on the data using various libraries like pandas,seaborn,matplotlib etc.. Then I have plotted used feature selection techniques like RFE to select the features. The data is then oversampled using the SMOTE technique in o…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%