Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
german-credit-data / README.md
nicholasKluge's picture
Update README.md
c395be5 verified
metadata
license: cc0-1.0
dataset_info:
  features:
    - name: Age
      dtype: int64
    - name: Sex
      dtype: string
    - name: Job
      dtype: int64
    - name: Housing
      dtype: string
    - name: Saving accounts
      dtype: string
    - name: Checking account
      dtype: string
    - name: Credit amount
      dtype: int64
    - name: Duration
      dtype: int64
    - name: Purpose
      dtype: string
    - name: Risk
      dtype: string
  splits:
    - name: train
      num_bytes: 85728
      num_examples: 1000
  download_size: 13955
  dataset_size: 85728
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
language:
  - en
pretty_name: German Credit Data
size_categories:
  - n<1K

German Credit Data (Teeny-Tiny Castle)

This dataset is part of a tutorial tied to the Teeny-Tiny Castle, an open-source repository containing educational tools for AI Ethics and Safety research.

How to Use

from datasets import load_dataset

dataset = load_dataset("AiresPucrs/german-credit-data", split = 'train')