Baselight

Employee Future Prediction

Predict Employee Future In Company

@kaggle.tejashvi14_employee_future_prediction

Loading...
Loading...

About this Dataset

Employee Future Prediction

About The Data

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

Tables

Employee

@kaggle.tejashvi14_employee_future_prediction.employee
  • 18.36 KB
  • 4653 rows
  • 9 columns
Loading...

CREATE TABLE employee (
  "education" VARCHAR,
  "joiningyear" BIGINT,
  "city" VARCHAR,
  "paymenttier" BIGINT,
  "age" BIGINT,
  "gender" VARCHAR,
  "everbenched" VARCHAR,
  "experienceincurrentdomain" BIGINT,
  "leaveornot" BIGINT
);

Share link

Anyone who has the link will be able to view this.