Baselight

ML Marathon Dataset By Azure Developer Community

supported by #Microsoft Azure

@kaggle.dev523_ml_marathon_dataset_by_azure_developer_community

Test Data
@kaggle.dev523_ml_marathon_dataset_by_azure_developer_community.test_data

  • 45.88 KB
  • 2791 rows
  • 16 columns
age

Age

job

Job

marital

Marital

education

Education

default

Default

balance

Balance

housing

Housing

loan

Loan

contact

Contact

day

Day

month

Month

duration

Duration

campaign

Campaign

pdays

Pdays

previous

Previous

poutcome

Poutcome

31blue-collarsinglesecondaryyes477nonocellular20nov42621896failure
49blue-collarmarriedprimaryno599nonocellular23jul4641-1unknown
51self-employedsingletertiaryno400noyescellular27may2001-1unknown
33technicianmarriedsecondaryno488yesnounknown8may7031-1unknown
34admin.marriedsecondaryno40yesnotelephone5may1252-1unknown
49admin.divorcedsecondaryno2999yesnocellular17may7171-1unknown
22admin.singlesecondaryno33nonocellular12feb3691-1unknown
42blue-collardivorcedprimaryno419yesyesunknown14may964-1unknown
27managementsingletertiaryno446nonocellular23jun2053-1unknown
49blue-collarmarriedsecondaryno598yesnocellular15may2196-1unknown

CREATE TABLE test_data (
  "age" BIGINT,
  "job" VARCHAR,
  "marital" VARCHAR,
  "education" VARCHAR,
  "default" VARCHAR,
  "balance" BIGINT,
  "housing" VARCHAR,
  "loan" VARCHAR,
  "contact" VARCHAR,
  "day" BIGINT,
  "month" VARCHAR,
  "duration" BIGINT,
  "campaign" BIGINT,
  "pdays" BIGINT,
  "previous" BIGINT,
  "poutcome" VARCHAR
);

Share link

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