Which-employee-will-quit-from-the-company

  • Data analysis

    • In this we see that which feature is corelated with our target variable and also plot the bar plot so that i can know that which variable is affecting our target variable most.
  • Feature engineering

    • simple data cleaning and handling categorical value in this there was 2 categorical variable department and salary simply i had encode by using labelencoder.
  • Model building and prediction

    • I had used decision tree and naive byes this two algorithm, Decision tree gives 97% accuracy and Naiye bayes gives 80% accuracy.