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

https://github.com/steviecurran/money-launder

Machine learning prediction of customers suspected of laundering money
https://github.com/steviecurran/money-launder

binary-classification decision-trees finance logistic-regression machine-learning nearest-neighbors prediction

Last synced: 5 days ago
JSON representation

Machine learning prediction of customers suspected of laundering money

Awesome Lists containing this project

README

          

# Machine learning prediction of customers suspected of laundering money

The assignment is to build a quick model to demonstrate to the CEO of an online gambling platform
the potential of machine learning in detecting money laundering by customers. The CEO wants
a basic demonstration model within a week.

The analysis is summarised in [report.pdf](https://github.com/steviecurran/money-launder/blob/main/report.pdf),
were we find 80% accuracy for the machine learning models. Given the small sample (1752 suspect players), we find that
deep learning (artifical neural networks) are not suited to this task.

![](https://raw.githubusercontent.com/steviecurran/money-launder/refs/heads/main/accuracy.png)

Although all of the processing was done in the python scripts mentioned in the report, a simplified run-through is included as the Jupyter notebook PP+ML.ipynb