数据集:

mstz/australian_credit

英文

澳大利亚信用

Australian Credit UCI ML repository 来的。贷款批准的分类。

配置和任务

Configuration Task Description
australian_credit Binary classification Is the loan granted?

使用

from datasets import load_dataset

dataset = load_dataset("mstz/australian_credit")["train"]

特点

根据所选配置,目标特征会发生变化,并始终位于数据集的最后位置。