mstz commited on
Commit
122baf7
1 Parent(s): 2552407

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -7,12 +7,13 @@ tags:
7
  - binary_classification
8
  pretty_name: German
9
  size_categories:
10
- - 100<n<1K
11
- task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
12
  - tabular-classification
13
  configs:
14
  - encoding
15
  - loan
 
16
  ---
17
  # German
18
  The [German dataset](https://archive.ics.uci.edu/ml/datasets/Statlog+%28German+Credit+Data%29) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
@@ -54,4 +55,4 @@ dataset = load_dataset("mstz/german", "loan")["train"]
54
  |`job_status` | `int8` |
55
  |`number_of_people_in_support` | `int8` |
56
  |`has_registered_phone_number` | `int8` |
57
- |`is_foreign` | `int8` |
 
7
  - binary_classification
8
  pretty_name: German
9
  size_categories:
10
+ - n<1K
11
+ task_categories:
12
  - tabular-classification
13
  configs:
14
  - encoding
15
  - loan
16
+ license: cc
17
  ---
18
  # German
19
  The [German dataset](https://archive.ics.uci.edu/ml/datasets/Statlog+%28German+Credit+Data%29) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).
 
55
  |`job_status` | `int8` |
56
  |`number_of_people_in_support` | `int8` |
57
  |`has_registered_phone_number` | `int8` |
58
+ |`is_foreign` | `int8` |