Employee Future Prediction
Predict Employee Future In Company
@kaggle.tejashvi14_employee_future_prediction
Predict Employee Future In Company
@kaggle.tejashvi14_employee_future_prediction
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.