mllab commited on
Commit
34009e8
1 Parent(s): e405a75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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
- - `transactions`: 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
  - `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.