• Stars
    star
    1
  • Language
    Jupyter Notebook
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this project, I created a model that predicts whether an employee will leave his employment or not. The model is dependent on some features such as age, monthly income, number of years worked, gender etc. The data was sourced from Kaggle and the type of machine learnig used is Supervised machine learning. ForestTreeClassifier was used for the machine learning model and all codes are in python.