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

Loading...
Loading...

About this Dataset

Insurance Dataset - Simple Linear Regression

Here in This Dataset we have only 2 columns the first one is Age and the second one is Premium You can use this dataset in machine learning for Simple linear Regression and for Prediction Practices.

Tables

Simplelinearregression

@kaggle.taseermehboob9_insurance_dataset_simple_linear_regression.simplelinearregression
  • 2.17 KB
  • 7 rows
  • 2 columns
Loading...

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

Share link

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