Baselight

Insurance Dataset - Simple Linear Regression

Insurance Dataset in csv for linear regression.It can be used in MachineLearning

@kaggle.taseermehboob9_insurance_dataset_simple_linear_regression

Simplelinearregression
@kaggle.taseermehboob9_insurance_dataset_simple_linear_regression.simplelinearregression

  • 2.17 KB
  • 7 rows
  • 2 columns
age

Age

premium

Premium

1810000
2215000
2318000
2621000
2824000
3126500
3327000

CREATE TABLE simplelinearregression (
  "age" BIGINT,
  "premium" BIGINT
);

Share link

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