Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ The example of one sample is provided below
|
|
29 |
### Data Fields
|
30 |
|
31 |
- `id`: application ID.
|
32 |
-
- `history`: an array of transactions where each
|
33 |
- `id`: application ID.
|
34 |
- `rn`: serial number of the credit product in the credit history.
|
35 |
- `pre_since_opened`: days from the date of opening the loan to the date of data collection.
|
|
|
29 |
### Data Fields
|
30 |
|
31 |
- `id`: application ID.
|
32 |
+
- `history`: an array of transactions where each credit product is represented as a 37-dimensional array, each element of the array represents a corresponding feature from the following list.
|
33 |
- `id`: application ID.
|
34 |
- `rn`: serial number of the credit product in the credit history.
|
35 |
- `pre_since_opened`: days from the date of opening the loan to the date of data collection.
|