bank_data | R Documentation |
It is a dataset that describing Portugal bank marketing campaigns results. Conducted campaigns were based mostly on direct phone calls, offering bank client to place a term deposit. If after all marking efforts client had agreed to place deposit - target variable marked 'yes', otherwise 'no'
data(bank)
An object of class "data.frame"
Type of job
marital status
education
has credit in default?
has housing loan?
has personal loan?
age
has the client subscribed a term deposit? (binary: "yes","no")
Sourse of the data https://archive.ics.uci.edu/ml/datasets/bank+marketing
This dataset is public available for research. The details are described in S. Moro, P. Cortez and P. Rita. A Data-Driven Approach to Predict the Success of Bank Telemarketing. Decision Support Systems, Elsevier, 62:22-31, June 2014
data(bank)
head(bank_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.