Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -7,12 +7,13 @@ tags:
|
|
7 |
- binary_classification
|
8 |
pretty_name: German
|
9 |
size_categories:
|
10 |
-
-
|
11 |
-
task_categories:
|
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` |
|