Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 712 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 712 Bytes

Decision Tree Classification models to predict employee turnover

In this project I have attempted to create supervised learning models to assist in classifying certain employee data.

The objective of this project was to focus on splitting data, feature importance, training classifiers and reviewing results via a basic accuracy function and confusion matrices. Some code structures were based on a Coursera MOOC called Data-driven Astronomy by The University of Sydney and subsequently modified for my purposes. I had not come across confusion matrices before, so this course was handy for this and practising working with numpy arrays.