Baselight

Collection Of Classification & Regression Datasets

This dataset encompasses my collection of classification and regression

@kaggle.balakrishcodes_others

Insurance Data
@kaggle.balakrishcodes_others.insurance_data

  • 2.31 KB
  • 27 rows
  • 2 columns
age

Age

bought_insurance

Bought Insurance

22
25
471
52
461
561
55
601
621
611

CREATE TABLE insurance_data (
  "age" BIGINT,
  "bought_insurance" BIGINT
);

Share link

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