jlh/uci-adult-income
收藏资源简介:
--- dataset_info: features: - name: age dtype: int64 - name: workclass dtype: string - name: fnlwgt dtype: int64 - name: education dtype: string - name: education-num dtype: int64 - name: marital-status dtype: string - name: occupation dtype: string - name: relationship dtype: string - name: race dtype: string - name: sex dtype: string - name: capital-gain dtype: int64 - name: capital-loss dtype: int64 - name: hours-per-week dtype: int64 - name: native-country dtype: string - name: income dtype: class_label: names: '0': ' <=50K' '1': ' >50K' splits: - name: train num_bytes: 5552570 num_examples: 32561 download_size: 586658 dataset_size: 5552570 --- # Dataset Card for "uci-adult-income" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集信息: 特征: - 年龄(age):64位整数(int64)类型 - 工作类别(workclass):字符串(string)类型 - 最终权重(fnlwgt):64位整数(int64)类型 - 受教育程度(education):字符串(string)类型 - 受教育年数(education-num):64位整数(int64)类型 - 婚姻状况(marital-status):字符串(string)类型 - 职业(occupation):字符串(string)类型 - 家庭关系(relationship):字符串(string)类型 - 种族(race):字符串(string)类型 - 性别(sex):字符串(string)类型 - 资本收益(capital-gain):64位整数(int64)类型 - 资本损失(capital-loss):64位整数(int64)类型 - 每周工作时长(hours-per-week):64位整数(int64)类型 - 原籍国家(native-country):字符串(string)类型 - 收入(income):分类标签(class_label)类型,其类别名称为: '0' 对应 ' <=50K'(年收入不超过50千美元),'1' 对应 ' >50K'(年收入超过50千美元) 数据集划分: - 训练集(train):字节大小为5552570,样本量为32561 下载大小:586658字节 数据集总大小:5552570字节 # 「uci-adult-income」数据集卡片 [需补充更多信息](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集名称
uci-adult-income
数据集特征
- age: 整数类型 (int64)
- workclass: 字符串类型 (string)
- fnlwgt: 整数类型 (int64)
- education: 字符串类型 (string)
- education-num: 整数类型 (int64)
- marital-status: 字符串类型 (string)
- occupation: 字符串类型 (string)
- relationship: 字符串类型 (string)
- race: 字符串类型 (string)
- sex: 字符串类型 (string)
- capital-gain: 整数类型 (int64)
- capital-loss: 整数类型 (int64)
- hours-per-week: 整数类型 (int64)
- native-country: 字符串类型 (string)
- income: 分类标签,包含两个类别:
- 0: <=50K
- 1: >50K
数据集分割
- train:
- 数据大小: 5552570 字节
- 示例数量: 32561
数据集大小
- 下载大小: 586658 字节
- 总数据大小: 5552570 字节




