mstz commited on
Commit
9980f1b
1 Parent(s): 67a4f54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -14,14 +14,16 @@ configs:
14
  - encoding
15
  - loan
16
  ---
17
- # Germanc
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
- The dataset has four configurations:
23
- - `encoding`, which holds the encoding dictionaries mapping binary and ordinal features to their value;
24
- - `loan`, for binary classification of the loan acceptance.
 
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