Baselight

Predicting Employee Attrition

To Predict Whether the employees Leave the Company or Not

@kaggle.pavan9065_predicting_employee_attrition

Test Data
@kaggle.pavan9065_predicting_employee_attrition.test_data

  • 5.78 KB
  • 741 rows
  • 2 columns
em

Em

n__id

ID

394
173
1090
840
308
1864
1606
954
2422
1841

CREATE TABLE test_data (
  "em" BIGINT,
  "n__id" VARCHAR
);

Share link

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