bank: Imbalanced binary bank dataset

bankR Documentation

Imbalanced binary bank dataset

Description

The data is related with direct marketing campaigns of a Portuguese banking institution. 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.

Usage

bank

Format

A data frame with 877 rows and 11 variables:

age

age of clients

marital

marital status (categorical: 'divorced','married','single'; note: 'divorced' means divorced or widowed)

education

education (categorical: 'primary,'secondary','tertiary','unknown')

balance

balance of clients' bank accounts (numeric)

housing

has housing loan? (categorical: 'no','yes')

day

last contact of the month (numeric)

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; 999 means client was not previously contacted)

previous

number of contacts performed before this campaign and for this client (numeric)

deposit

has the client subscribed a term deposit? (binary: 'yes','no')

...

Source

UCIhttps://archive.ics.uci.edu/ml/datasets/Bank+Marketing


dongyuanwu/RSBID documentation built on May 20, 2024, 7:53 a.m.