Salary Prediction
Predict Salary depending on Years of Experience.
@kaggle.suyog17_salary_prediction
Predict Salary depending on Years of Experience.
@kaggle.suyog17_salary_prediction
CREATE TABLE sal_vs_exp (
"years_of_experience" BIGINT,
"salary" BIGINT
);
Anyone who has the link will be able to view this.