Baselight

Salary Dataset - Simple Linear Regression

Simple Linear Regression Dataset, used in Machine Learning A - Z

@kaggle.abhishek14398_salary_dataset_simple_linear_regression

Salary Dataset
@kaggle.abhishek14398_salary_dataset_simple_linear_regression.salary_dataset

  • 3.33 KB
  • 30 rows
  • 3 columns
unnamed_0

Unnamed: 0

yearsexperience

YearsExperience

salary

Salary

1.200000000000000239344
11.446206
21.637732
32.143526
42.300000000000000339892
5356643
63.160151
73.300000000000000354446
83.300000000000000364446
93.857190

CREATE TABLE salary_dataset (
  "unnamed_0" BIGINT,
  "yearsexperience" DOUBLE,
  "salary" DOUBLE
);

Share link

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