australian_credit / README.md
mstz's picture
Upload 3 files
691e760
|
raw
history blame
861 Bytes
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"]