Baselight

Salary Dataset - Simple Linear Regression

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

@kaggle.abhishek14398_salary_dataset_simple_linear_regression

Loading...
Loading...

About this Dataset

Salary Dataset - Simple Linear Regression

Dataset Description

Salary Dataset in CSV for Simple linear regression. It has also been used in Machine Learning A to Z course of my series.

Columns

  • YearsExperience
  • Salary

Tables

Salary Dataset

@kaggle.abhishek14398_salary_dataset_simple_linear_regression.salary_dataset
  • 3.33 KB
  • 30 rows
  • 3 columns
Loading...

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

Share link

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