Datasets:
metadata
language:
- en
tags:
- australian_credit
- tabular_classification
- binary_classification
pretty_name: Australian Credit
size_categories:
- 1K<n<10K
task_categories:
- tabular-classification
configs:
- australian_credit
Ozone
The Ozone dataset from the UCI ML repository.
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", "australian_credit")["train"]