-
Notifications
You must be signed in to change notification settings - Fork 2
/
attribute infomation.txt
21 lines (20 loc) · 1.35 KB
/
attribute infomation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Attribute Information:
Input variables:
# bank client data:
1 - age (numeric)
2 - job : type of job (categorical: 'admin.','blue-collar','entrepreneur','housemaid','management','retired','self-employed','services','student','technician','unemployed','other')
3 - marital : marital status (categorical: 'divorced','married','single')
4 - education (categorical: 'tertiary', 'secondary', 'primary')
5 - default: has credit in default? (categorical: 'no','yes')
6 - balance: the balance in bank account
7 - housing: has housing loan? (categorical: 'no','yes')
8 - loan: has personal loan? (categorical: 'no','yes')
# related with the last contact of the current campaign:
9 - month: last contact month of year (categorical: 'jan', 'feb', 'mar', ..., 'nov', 'dec')
10 - day: last contact day of the week
11 - duration: last contact duration, in seconds (numeric).
# other attributes:
12 - campaign: number of contacts performed during this campaign and for this client (numeric, includes last contact)
13 - 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)
14 - previous: number of contacts performed before this campaign and for this client (numeric)
15 - poutcome: outcome of the previous marketing campaign (categorical: 'failure','unknown','success')