CoolFace
Datasetpublic

mstz/australian_credit

Australian Credit The Australian Credit from the UCI ML repository. Classification of loan approval. Configurations and tasks Configuration Task Description australian_credit Binary classification Is the loan granted? Usage from datasets import load_dataset dataset = load_dataset("mstz/australian_credit")["train"] Features Target feature changes according to the selected configuration and is always in last position… See the full description on the dataset page: https://huggingface.co/datasets/mstz/australian_credit.

sourceHugging Faceccupdated 1y agoView on Hugging Face
0likes14downloads
Dataset Card

Australian Credit

The Australian Credit from the UCI ML repository. Classification of loan approval.

Configurations and tasks

**Configuration****Task****Description**
australian_creditBinary classificationIs the loan granted?

Usage

python
from datasets import load_dataset

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

Features

Target feature changes according to the selected configuration and is always in last position in the dataset.