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
Insurance Dataset in csv for linear regression.It can be used in MachineLearning
@kaggle.taseermehboob9_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.
CREATE TABLE simplelinearregression (
"age" BIGINT,
"premium" BIGINT
);Anyone who has the link will be able to view this.