File size: 1,968 Bytes
555a535 c10cd50 555a535 c10cd50 555a535 c10cd50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 |
---
dataset_info:
features:
- name: b
dtype: string
- name: '30.83'
dtype: string
- name: '0'
dtype: float64
- name: u
dtype: string
- name: g
dtype: string
- name: w
dtype: string
- name: v
dtype: string
- name: '1.25'
dtype: float64
- name: t
dtype: string
- name: t.1
dtype: string
- name: '01'
dtype: int64
- name: f
dtype: string
- name: g.1
dtype: string
- name: '00202'
dtype: string
- name: '0.1'
dtype: int64
- name: +
dtype: string
splits:
- name: train
num_bytes: 69072
num_examples: 689
download_size: 17253
dataset_size: 69072
license: cc
language:
- en
pretty_name: data-credit-card
size_categories:
- n<1K
---
# data-credit-card
## Overview
The data-credit-card dataset is used for credit card applications. It can also be used to explore biases in ML algorithms.
## Dataset Details
The original dataset, the [Credit Approval](https://archive.ics.uci.edu/datasets). This file concerns credit card applications.
All attribute names and values have been changed to meaningless symbols to protect the confidentiality of the data.
- Dataset Name: data-credit-card
- Language: English
- Total Size: 689 demonstrations
## Contents
The dataset consists of a data frame with 16 columns.
- A1: b, a.
- A2: continuous.
- A3: continuous.
- A4: u, y, l, t.
- A5: g, p, gg.
- A6: c, d, cc, i, j, k, m, r, q, w, x, e, aa, ff.
- A7: v, h, bb, j, n, z, dd, ff, o.
- A8: continuous.
- A9: t, f.
- A10: t, f.
- A11: continuous.
- A12: t, f.
- A13: g, p, s.
- A14: continuous.
- A15: continuous.
- A16: + (44,4%) ,- (55,6%) (class attribute)
## How to use
```python
from datasets import load_dataset
dataset = load_dataset("AiresPucrs/data-credit-card", split='train')
```
## License
This dataset is licensed under a [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/legalcode) (CC BY 4.0) license. |