Salary Dataset - Simple Linear Regression
Simple Linear Regression Dataset, used in Machine Learning A - Z
@kaggle.abhishek14398_salary_dataset_simple_linear_regression
Simple Linear Regression Dataset, used in Machine Learning A - Z
@kaggle.abhishek14398_salary_dataset_simple_linear_regression
Salary Dataset in CSV for Simple linear regression. It has also been used in Machine Learning A to Z course of my series.
CREATE TABLE salary_dataset (
  "unnamed_0" BIGINT  -- Unnamed: 0,
  "yearsexperience" DOUBLE,
  "salary" DOUBLE
);Anyone who has the link will be able to view this.