bankData | R Documentation |
The marketing campaigns were based on phone calls. Often, more than one contact to the same client was required, in order to access if the product (bank term deposit) would be ('yes') or not ('no') subscribed. Records are ordered by date (from May 2008 to November 2010), similar to data analyzed in Moro et al. [2014].
bankData
A data frame with 45,211 rows and 19 variables:
Age of the client, numeric.
Type of job, a categorical variable with the levels:
'admin.'
, 'blue-collar'
, 'entrepreneur'
,
'housemaid'
, 'management'
, 'retired'
,
'self-employed'
, 'services'
, 'student'
,
'technician'
, 'unemployed'
, and 'unknown'
.
Marital status, a categorical variable with levels:
'divorced'
, 'married'
, 'single'
, and 'unknown'
.
Note that 'divorced'
means either divorced or widowed.
A categorical variable with levels: 'basic.4y'
,
'basic.6y'
, 'basic.9y'
, 'high.school'
,
'illiterate'
, 'professional.course'
,
'university.degree'
, and 'unknown'
.
Whether credit is in default, a categorical variable with
levels: 'no'
, 'yes'
, and 'unknown'
.
Account balance, numeric.
Whether the client has a housing loan, a categorical variable
with levels: 'no'
, 'yes'
, and 'unknown'
.
Whether the client has personal loan, a categorical variable
with levels: 'no'
, 'yes'
, and 'unknown'
.
Type of contact communication, a categorical variable
with levels: 'cellular'
and 'telephone'
.
Last contact duration in seconds, a numeric variable.
Number of contacts performed during this campaign for this client, including the last contact; a numeric variable.
Number of days that passed by after the client was last
contacted from a previous campaign; a numeric variable, with 999
means that client was not previously contacted.
Number of contacts performed before this campaign for this client, a numeric variable.
Outcome of the previous marketing campaign, a categorical
variable with levels: 'failure'
, 'nonexistent'
,
and 'success'
.
Whether the client has subscribed a term deposit, a categorical
variable with levels: 'yes'
and 'no'
.
Last contact date.
https://archive.ics.uci.edu/ml/datasets/Bank+Marketing
Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
S. Moro, P. Cortez, and P. Rita. (2014) A Data-Driven Approach to Predict the Success of Bank Telemarketing. Decision Support Systems, Elsevier, 62:22-31, June 2014.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.