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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ The data preprocessing steps applied include the following:
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
43
- - Handling imbalanced dataset using imblearn framework and applying RandomUnderSampler method to eliminate noise
44
 
45
 
46
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6662300a0ad8c45a1ce59190/BEi0CfOfJ2ytxD5VoN4IM.png)
 
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
43
+ - Handling imbalanced dataset using imblearn framework and applying RandomUnderSampler method to eliminate noise which led to a 2.5% improvement in accuracy
44
 
45
 
46
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6662300a0ad8c45a1ce59190/BEi0CfOfJ2ytxD5VoN4IM.png)