Baselight

Predicting Employee Attrition

To Predict Whether the employees Leave the Company or Not

@kaggle.pavan9065_predicting_employee_attrition

Sample Submission
@kaggle.pavan9065_predicting_employee_attrition.sample_submission

  • 5.95 KB
  • 741 rows
  • 2 columns
emp_id

Emp ID

target

Target

394
173
1090
840
308
1864
1606
954
2422
1841

CREATE TABLE sample_submission (
  "emp_id" BIGINT,
  "target" BIGINT
);

Share link

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