saifhmb commited on
Commit
0050fbb
·
verified ·
1 Parent(s): 443fe0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -36,7 +36,9 @@ For educational purposes
36
 
37
  ## Training Procedure
38
  The data preprocessing steps applied include the following:
39
- - Dropping high cardinality features or no variance features. This include Transaction ID, Sender ID, Sender Account, Beneficiary ID, Beneficiary Account, Sender LOB, Sender Sector and Time
 
 
40
  - Transforming and Encoding categorical features namely: Sender Country, Beneficiary Country, Transaction Type, and the target variable, Label
41
  - Applying feature scaling on all features
42
  - Splitting the dataset into training/test set using 85/15 split ratio
 
36
 
37
  ## Training Procedure
38
  The data preprocessing steps applied include the following:
39
+ - Dropping high cardinality features. This includes Transaction ID, Sender ID, Sender Account, Beneficiary ID, Beneficiary Account, Sender Sector
40
+ - Dropping no variance features. This includes Sender LOB
41
+ - Dropping Time and date feature since the model is not time-series based
42
  - Transforming and Encoding categorical features namely: Sender Country, Beneficiary Country, Transaction Type, and the target variable, Label
43
  - Applying feature scaling on all features
44
  - Splitting the dataset into training/test set using 85/15 split ratio