tourism-package-prediction
收藏资源简介:
该数据集是一个结构化表格数据集,包含4128个训练样本,涉及客户信息和旅游产品推销相关记录。数据集包含21个特征字段,涵盖客户基本信息(如年龄、性别、职业、婚姻状况、月收入)、联系与推销细节(如联系类型、推销时长、后续跟进次数、推销产品、推销满意度评分)、旅行相关属性(如城市等级、旅行次数、护照持有情况、偏好的酒店星级、同行人数、儿童人数)以及购买决策(是否购买产品)。数据字段均为数值型或字符串型,适用于客户行为分析、购买预测、旅游产品推荐等机器学习任务,特别是二分类问题(预测客户是否购买产品)。
This dataset is a structured tabular dataset containing 4128 training samples, related to customer information and travel product promotion records. It includes 21 feature fields covering basic customer information (such as age, gender, occupation, marital status, monthly income), contact and promotion details (such as contact type, promotion duration, number of follow-ups, promoted product, promotion satisfaction score), travel-related attributes (such as city tier, number of trips, passport holding status, preferred hotel star rating, number of companions, number of children), and purchase decisions (whether the product was purchased). All data fields are numeric or string types, suitable for machine learning tasks like customer behavior analysis, purchase prediction, and travel product recommendation, particularly for binary classification problems (predicting whether a customer will purchase the product).
数据集概述
- 数据集名称:tourism-package-prediction
- 数据集地址:https://huggingface.co/datasets/shahnawazahmed/tourism-package-prediction
- 配置名称:raw
- 数据集大小:805,453 字节
- 下载大小:118,587 字节
数据集特征
该数据集包含以下 21 个特征:
| 特征名称 | 数据类型 | 描述 |
|---|---|---|
| CustomerID | int64 | 客户ID |
| ProdTaken | int64 | 是否购买旅游产品(目标变量) |
| Age | float64 | 年龄 |
| TypeofContact | string | 接触类型 |
| CityTier | int64 | 城市层级 |
| DurationOfPitch | float64 | 推销时长 |
| Occupation | string | 职业 |
| Gender | string | 性别 |
| NumberOfPersonVisiting | int64 | 访问人数 |
| NumberOfFollowups | float64 | 跟进次数 |
| ProductPitched | string | 推销的产品 |
| PreferredPropertyStar | float64 | 偏好酒店星级 |
| MaritalStatus | string | 婚姻状况 |
| NumberOfTrips | float64 | 旅行次数 |
| Passport | int64 | 是否有护照 |
| PitchSatisfactionScore | int64 | 推销满意度评分 |
| OwnCar | int64 | 是否拥有汽车 |
| NumberOfChildrenVisiting | float64 | 随行儿童人数 |
| Designation | string | 职位 |
| MonthlyIncome | float64 | 月收入 |
| index_level_0 | int64 | 索引列 |
数据集划分
- 训练集(train):包含 4,128 个样本,占全部数据。
适用任务
该数据集主要用于分类任务,目标是根据客户特征预测其是否购买旅游产品(ProdTaken 字段)。适用于旅游、营销和客户行为分析等领域的机器学习模型训练和评估。




