mstz/german
收藏Hugging Face2023-04-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/mstz/german
下载链接
链接失效反馈官方服务:
资源简介:
该数据集来自UCI机器学习库,涉及贷款授予给客户的数据。数据集包含多个特征,如账户状态、贷款目的、当前信用等,用于二元分类任务,即判断贷款请求是否被接受。
该数据集来自UCI机器学习库,涉及贷款授予给客户的数据。数据集包含多个特征,如账户状态、贷款目的、当前信用等,用于二元分类任务,即判断贷款请求是否被接受。
提供机构:
mstz
原始信息汇总
数据集概述
数据集名称
- 名称: German
数据集来源
- 来源: UCI ML repository
- 链接: German dataset
数据集描述
- 描述: 该数据集包含贷款批准给客户的信息。
数据集类别
- 语言: en
- 标签:
- breast
- tabular_classification
- binary_classification
- 美观名称: German
- 大小分类: n<1K
- 任务类别: tabular-classification
- 许可证: cc
配置与任务
- 配置:
- encoding
- loan
- 任务:
- Binary classification
- 描述:
- Encoding dictionary showing original values of encoded features.
- Has the loan request been accepted?
数据集使用示例
python from datasets import load_dataset
dataset = load_dataset("mstz/german", "loan")["train"]
数据集特征
| Feature | Type |
|---|---|
checking_account_status |
int8 |
account_life_in_months |
int8 |
credit_status |
int8 |
loan_purpose |
string |
current_credit |
int32 |
current_savings |
int8 |
employed_since |
int8 |
installment_rate_percentage |
int8 |
sex |
int8 |
marital_status |
string |
guarantors |
int8 |
years_living_in_current_residence |
int8 |
age |
int8 |
installment_plans |
string |
housing_status |
int8 |
nr_credit_accounts_in_bank |
int8 |
job_status |
int8 |
number_of_people_in_support |
int8 |
has_registered_phone_number |
int8 |
is_foreign |
int8 |



