The data is related to direct marketing campaigns of a Portuguese banking institution.
The marketing campaigns were based on phone calls. Often, more than one contact with the same client was required, in order to access if the product (bank term deposit) would be (or not) subscribed.
There are two datasets:
1) bank-full.csv with all examples, ordered by date (May 2008 to November 2010). 2) bank.csv with 10% of the examples (4521), randomly selected from bank-full.csv
The smallest dataset is provided to test more computationally demanding machine learning algorithms (e.g. SVM).
Goal: The classification goal is to predict if the client will subscribe to a term deposit (variable y).
Number of Instances: 45211 for bank-full.csv (4521 for bank.csv)
Number of Attributes: 16 + output attribute.
Attribute information:
For more information, read [Moro et al., 2011].
1 - age (numeric) 2 - job : type of job (categorical:"admin.","unknown","unemployed","management","housemaid","entrepreneur","student","blue-collar","self-employed","retired","technician","services") 3 - marital : marital status (categorical: "married","divorced","single"; note: "divorced" means divorced or widowed) 4 - education (categorical: "unknown","secondary","primary","tertiary") 5 - default: has credit in default? (binary: "yes","no") 6 - balance: average yearly balance, in euros (numeric) 7 - housing: has housing loan? (binary: "yes","no") 8 - loan: has personal loan? (binary: "yes","no")
contact: contact communication type (categorical: "unknown","telephone","cellular") day: last contact day of the month (numeric) month: last contact month of year (categorical: "jan", "feb", "mar", ..., "nov", "dec") duration: last contact duration, in seconds (numeric)
Campaign: number of contacts performed during this campaign and for this client (numeric, includes last contact) pdays: number of days that passed by after the client was last contacted from a previous campaign (numeric, -1 means client was not previously contacted) previous: number of contacts performed before this campaign and for this client (numeric) poutcome: outcome of the previous marketing campaign (categorical: "unknown","other","failure","success")
Output variable (desired target): y - has the client subscribed a term deposit? (binary: "yes","no")
Missing Attribute Values: None
U.S. Government Workshttps://www.usa.gov/government-works
License information was derived automatically
The Maryland Department of Housing and Community Development offers multifamily finance programs for the construction and rehabilitation of affordable rental housing units for low to moderate income families, senior citizens and individuals with disabilities.
Our multifamily bond programs issues tax-exempt and taxable revenue mortgage bonds to finance the acquisition, preservation and creation of affordable multifamily rental housing units in priority funding areas.
By advocating for increased production of rental housing units, we help create much-needed jobs and leverage opportunities to live, work and prosper for hardworking Maryland families, senior citizens, and individuals with disabilities throughout the state.
DISCLAIMER: Some of the information may be tied to the Department’s bond funded loan programs and should not be relied upon in making an investment decision. The Department provides comprehensive quarterly and annual financial information and operating data regarding its bonds and bond funded loan programs, all of which is posted on the publicly-accessible Electronic Municipal Market Access system website (commonly known as EMMA) that is maintained by the Municipal Securities Rulemaking Board, and on the Department’s website under Investor Information.
More information accessible here: http://dhcd.maryland.gov/Investors/Pages/default.aspx
Not seeing a result you expected?
Learn how you can add new datasets to our index.
The data is related to direct marketing campaigns of a Portuguese banking institution.
The marketing campaigns were based on phone calls. Often, more than one contact with the same client was required, in order to access if the product (bank term deposit) would be (or not) subscribed.
There are two datasets:
1) bank-full.csv with all examples, ordered by date (May 2008 to November 2010). 2) bank.csv with 10% of the examples (4521), randomly selected from bank-full.csv
The smallest dataset is provided to test more computationally demanding machine learning algorithms (e.g. SVM).
Goal: The classification goal is to predict if the client will subscribe to a term deposit (variable y).
Number of Instances: 45211 for bank-full.csv (4521 for bank.csv)
Number of Attributes: 16 + output attribute.
Attribute information:
For more information, read [Moro et al., 2011].
1 - age (numeric) 2 - job : type of job (categorical:"admin.","unknown","unemployed","management","housemaid","entrepreneur","student","blue-collar","self-employed","retired","technician","services") 3 - marital : marital status (categorical: "married","divorced","single"; note: "divorced" means divorced or widowed) 4 - education (categorical: "unknown","secondary","primary","tertiary") 5 - default: has credit in default? (binary: "yes","no") 6 - balance: average yearly balance, in euros (numeric) 7 - housing: has housing loan? (binary: "yes","no") 8 - loan: has personal loan? (binary: "yes","no")
contact: contact communication type (categorical: "unknown","telephone","cellular") day: last contact day of the month (numeric) month: last contact month of year (categorical: "jan", "feb", "mar", ..., "nov", "dec") duration: last contact duration, in seconds (numeric)
Campaign: number of contacts performed during this campaign and for this client (numeric, includes last contact) pdays: number of days that passed by after the client was last contacted from a previous campaign (numeric, -1 means client was not previously contacted) previous: number of contacts performed before this campaign and for this client (numeric) poutcome: outcome of the previous marketing campaign (categorical: "unknown","other","failure","success")
Output variable (desired target): y - has the client subscribed a term deposit? (binary: "yes","no")
Missing Attribute Values: None