Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jesly-joji/money-laundering-classification

Money Laundering Classification on IBM Transactions
https://github.com/jesly-joji/money-laundering-classification

binary-classificaiton eda

Last synced: about 2 months ago
JSON representation

Money Laundering Classification on IBM Transactions

Awesome Lists containing this project

README

        

# Money-Laundering-Classification
DATASET:

EDA https://www.kaggle.com/code/jeslyjoji/eda-money-laundering-check-on-ibm-transactions

CODE

Models trained on imbalanced datasets tend to focus on predicting the majority class well, often neglecting the minority class. It becomes biased
The Dataset is not balanced hence needs to be handled.
Used Undersampling technique as the dataset is huge

BEFORE Undersampling



Image 1
Image 2

F1-Score 10%

AFTER Undersampling




Image 1
Image 2

F1-Score- 89%