Bank Marketing Dataset
收藏资源简介:
该数据集与葡萄牙一家银行的直接营销活动相关,营销活动基于电话进行。通常需要多次联系同一客户,以确定客户是否会订阅银行定期存款产品。分类目标是预测客户是否会订阅定期存款。
This dataset pertains to a direct marketing campaign conducted by a Portuguese bank, which was carried out via telephone. It typically requires multiple contacts with the same customer to ascertain whether the customer will subscribe to the bank's term deposit product. The classification objective is to predict whether the customer will subscribe to the term deposit.
数据集概述
数据集名称
- Bank_Market
数据集目的
- 预测客户是否会订阅银行定期存款。
数据集背景
- 数据与葡萄牙一家银行的直接营销活动相关,营销活动基于电话联系。
- 目标是通过分析预测客户是否会订阅定期存款(变量 y)。
数据集特征
输入变量
-
银行客户数据
- 年龄(数值型)
- 职业(分类型:admin.,blue-collar,entrepreneur,housemaid,management,retired,self-employed,services,student,technician,unemployed,unknown)
- 婚姻状况(分类型:divorced,married,single,unknown)
- 教育水平(分类型:basic.4y,basic.6y,basic.9y,high.school,illiterate,professional.course,university.degree,unknown)
- 信用违约情况(分类型:no,yes,unknown)
- 住房贷款情况(分类型:no,yes,unknown)
- 个人贷款情况(分类型:no,yes,unknown)
-
与当前营销活动最后一次联系相关 8. 联系方式(分类型:cellular,telephone) 9. 月份(分类型:jan, feb, mar, ..., nov, dec) 10. 星期(分类型:mon,tue,wed,thu,fri) 11. 通话时长(数值型)
-
其他属性 12. 营销活动中的联系次数(数值型) 13. 自上次联系以来的天数(数值型;999表示未被联系过) 14. 之前营销活动的联系次数(数值型) 15. 之前营销活动的结果(分类型:failure,nonexistent,success)
-
社会和经济背景属性 16. 就业变化率(数值型) 17. 消费者价格指数(数值型) 18. 消费者信心指数(数值型) 19. 欧元银行间拆放利率(数值型) 20. 雇员人数(数值型)
输出变量
- 订阅状态 21. 客户是否订阅了定期存款(二元型:yes,no)
数据集使用步骤
- 导入数据并进行初步分析。
- 数据探索。
- 数据清洗。
- 处理缺失和错误值。
- 将分类变量转换为虚拟变量。
- 使用机器学习技术预测营销活动结果,并找出影响成功的因素。




