Employee Future Prediction
Predict Employee Future In Company
@kaggle.tejashvi14_employee_future_prediction
Predict Employee Future In Company
@kaggle.tejashvi14_employee_future_prediction
A company's HR department wants to predict whether some customers would leave the company in next 2 years. Your job is to build a predictive model that predicts the prospects of future and present employee.
Perform EDA and bring out insights
Dummy Data Used For A Private Hackathon
Image Credits-Unsplash
CREATE TABLE employee (
"education" VARCHAR,
"joiningyear" BIGINT,
"city" VARCHAR,
"paymenttier" BIGINT,
"age" BIGINT,
"gender" VARCHAR,
"everbenched" VARCHAR,
"experienceincurrentdomain" BIGINT,
"leaveornot" BIGINT
);Anyone who has the link will be able to view this.