Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,14 +14,16 @@ configs:
|
|
| 14 |
- encoding
|
| 15 |
- loan
|
| 16 |
---
|
| 17 |
-
#
|
| 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).
|
| 19 |
Dataset on loan grants to customers.
|
| 20 |
|
|
|
|
| 21 |
# Configurations and tasks
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
| 25 |
|
| 26 |
|
| 27 |
# Features
|
|
|
|
| 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).
|
| 19 |
Dataset on loan grants to customers.
|
| 20 |
|
| 21 |
+
|
| 22 |
# Configurations and tasks
|
| 23 |
+
| **Configuration** | **Task** | Description |
|
| 24 |
+
|-------------------|---------------------------|-----------------------------------------------------------------|
|
| 25 |
+
| encoding | | Encoding dictionary showing original values of encoded features.|
|
| 26 |
+
| loan | Binary classification | Has the loan request been accepted? |
|
| 27 |
|
| 28 |
|
| 29 |
# Features
|