saifhmb/social-network-ads
收藏资源简介:
--- dataset_info: features: - name: Age dtype: int64 - name: EstimatedSalary dtype: int64 - name: Purchased dtype: int64 splits: - name: train num_bytes: 9600 num_examples: 400 download_size: 3400 dataset_size: 9600 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for Social Network Ads Dataset ## Dataset Summary The Social Network Ads Dataset is an English Language dataset containing 400 entries of customer information and their purchasing behavior ## Dataset Structure ### Data Instances For each instance, there is an integer for the age, an integer for the estimated salary, and the purchased feature has 2 possible values , 0 and 1 which correspond to No and Yes respectively. {'Age': '19', 'EstimatedSalary': '19000', 'Purchased': '0'} ### Data Fields - **Age:** an integer stating the age of a customer - **EstimatedSalary:** an integer stating the salary of the customer - **Purchased:** an integer either 0 or 1, indicating no purchase or a purchase has occured ### Dataset Sources [optional] <!-- Provide the basic links for the dataset. --> - **Repository:** [More Information Needed] - **Paper [optional]:** [More Information Needed] - **Demo [optional]:** [More Information Needed] ## Uses <!-- Address questions around how the dataset is intended to be used. --> ### Direct Use <!-- This section describes suitable use cases for the dataset. --> [More Information Needed] ### Out-of-Scope Use <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. --> [More Information Needed] ## Dataset Structure <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. --> [More Information Needed] ## Dataset Creation ### Curation Rationale <!-- Motivation for the creation of this dataset. --> [More Information Needed] ### Source Data <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). --> #### Data Collection and Processing <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. --> [More Information Needed] #### Who are the source data producers? <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. --> [More Information Needed] ### Annotations [optional] <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. --> #### Annotation process <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. --> [More Information Needed] #### Who are the annotators? <!-- This section describes the people or systems who created the annotations. --> [More Information Needed] #### Personal and Sensitive Information <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> [More Information Needed] ## Bias, Risks, and Limitations <!-- This section is meant to convey both technical and sociotechnical limitations. --> [More Information Needed] ### Recommendations <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations. ## Citation [optional] <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. --> **BibTeX:** [More Information Needed] **APA:** [More Information Needed] ## Glossary [optional] <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. --> [More Information Needed] ## More Information [optional] [More Information Needed] ## Dataset Card Authors [optional] [More Information Needed] ## Dataset Card Contact [More Information Needed]
数据集元信息: 特征字段: - 名称:Age(年龄),数据类型:int64 - 名称:EstimatedSalary(预估薪资),数据类型:int64 - 名称:Purchased(购买状态),数据类型:int64 数据划分: - 划分名称:train(训练集),字节占用:9600,样本数量:400 下载总大小:3400,数据集总存储大小:9600 配置项: - 配置名称:default(默认配置),数据文件: - 对应划分:train,文件路径:data/train-* # 社交网络广告数据集(Social Network Ads Dataset)数据集卡片 ## 数据集概述 社交网络广告数据集为英文语言数据集,包含400条客户信息及其购买行为样本。 ## 数据集结构 ### 数据样本 每条样本包含客户年龄、预估薪资以及购买状态三个整数字段。其中购买状态字段仅包含0和1两个取值,分别对应“未购买”与“已购买”。 示例如下: {'Age': '19', 'EstimatedSalary': '19000', 'Purchased': '0'} ### 数据字段说明 - **Age(年龄)**:表示客户年龄的整数值 - **EstimatedSalary(预估薪资)**:表示客户预估薪资的整数值 - **Purchased(购买状态)**:取值为0或1的整数,0代表未发生购买行为,1代表已发生购买行为 ## 数据集来源[可选] <!-- 请提供数据集的基础链接信息。 --> - **代码仓库**:[需补充更多信息] - **相关论文[可选]**:[需补充更多信息] - **演示示例[可选]**:[需补充更多信息] ## 数据集用途 <!-- 请说明该数据集的预期使用场景。 --> ### 直接用途 <!-- 本小节描述该数据集的适用场景。 --> [需补充更多信息] ### 不适用场景 <!-- 本小节说明数据集的误用、恶意使用场景,以及该数据集无法适配的使用场景。 --> [需补充更多信息] ## 数据集结构 <!-- 本小节提供数据集字段的详细说明,以及数据集结构的额外信息,例如划分集的创建准则、数据点间的关联关系等。 --> [需补充更多信息] ## 数据集构建 ### 构建初衷 <!-- 说明创建该数据集的动机。 --> [需补充更多信息] ### 源数据 <!-- 本小节描述源数据的相关信息,例如新闻文本与标题、社交媒体帖子、翻译语句等。 --> #### 数据收集与处理流程 <!-- 本小节描述数据收集与处理的过程,例如数据筛选准则、过滤与归一化方法、使用的工具与库等。 --> [需补充更多信息] #### 源数据生产者 <!-- 本小节描述原始创建该数据的个人或系统。若可获取源数据创建者的自我报告人口统计或身份信息,请一并说明。 --> [需补充更多信息] ### 标注信息[可选] <!-- 若数据集包含初始数据收集之外的标注内容,请使用本小节描述相关信息。 --> #### 标注流程 <!-- 本小节描述标注流程,例如标注过程中使用的工具、标注的数据量、提供给标注人员的标注指南、标注者间一致性统计、标注验证方式等。 --> [需补充更多信息] #### 标注人员 <!-- 本小节描述创建标注内容的个人或系统。 --> [需补充更多信息] #### 个人与敏感信息说明 <!-- 说明该数据集是否包含可被视为个人、敏感或隐私的数据(例如:泄露地址、唯一可识别的姓名或别名、种族或族裔起源、性取向、宗教信仰、政治观点、财务或健康数据等)。若已对数据进行匿名化处理,请描述匿名化处理的过程。 --> [需补充更多信息] ## 偏差、风险与局限性 <!-- 本小节用于说明技术与社会技术层面的局限性。 --> [需补充更多信息] ### 建议 <!-- 本小节用于说明针对该数据集的偏差、风险与技术局限性的相关建议。 --> 用户应知晓该数据集存在的风险、偏差与局限性,需补充更多信息以提供进一步的建议。 ## 引用信息[可选] <!-- 若存在介绍该数据集的论文或博客文章,请在此处提供其APA与BibTeX格式的引用信息。 --> **BibTeX格式引用:** [需补充更多信息] **APA格式引用:** [需补充更多信息] ## 术语表[可选] <!-- 若有需要,请在此处添加可帮助读者理解数据集或数据集卡片的术语与计算公式。 --> [需补充更多信息] ## 更多信息[可选] [需补充更多信息] ## 数据集卡片作者[可选] [需补充更多信息] ## 数据集卡片联系人 [需补充更多信息]
数据集卡片:社交网络广告数据集
数据集概述
社交网络广告数据集是一个包含400条客户信息及其购买行为的英语数据集。
数据集结构
数据实例
每个实例包含以下字段:
- Age: 表示客户年龄的整数。
- EstimatedSalary: 表示客户薪资的整数。
- Purchased: 表示是否购买的整数,0表示未购买,1表示已购买。
示例: json { "Age": "19", "EstimatedSalary": "19000", "Purchased": "0" }
数据字段
- Age: 整数,表示客户年龄。
- EstimatedSalary: 整数,表示客户薪资。
- Purchased: 整数,0或1,表示未购买或已购买。
数据集配置
- 配置名称: default
- 数据文件:
- split: train
- path: data/train-*
数据集大小
- 下载大小: 3400字节
- 数据集大小: 9600字节
- 训练集:
- num_bytes: 9600字节
- num_examples: 400条




