Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,8 @@ The example of one sample is provided below
|
|
31 |
### Data Fields
|
32 |
|
33 |
- `app_id`: application ID.
|
34 |
-
- `
|
|
|
35 |
- `amnt`: normalized transaction amount. 0.0 - corresponds to omissions.
|
36 |
- `currency`: transaction currency ID.
|
37 |
- `operation_kind`: ID of the transaction type.
|
|
|
31 |
### Data Fields
|
32 |
|
33 |
- `app_id`: application ID.
|
34 |
+
- `history`: an array of transactions where each transaction is represented as a 20-dimensional array, each element of the array represents a corresponding feature from the following list.
|
35 |
+
- `app_id`: application ID.
|
36 |
- `amnt`: normalized transaction amount. 0.0 - corresponds to omissions.
|
37 |
- `currency`: transaction currency ID.
|
38 |
- `operation_kind`: ID of the transaction type.
|