IBM / AMLSim

The AMLSim project is intended to provide a multi-agent based simulator that generates synthetic banking transaction data together with a set of known money laundering patterns - mainly for the purpose of testing machine learning models and graph algorithms. We welcome you to enhance this effort since the data set related to money laundering is critical to advance detection capabilities of money laundering activities.
Apache License 2.0
263 stars 82 forks source link

AccountGroups should replace Alerts #62

Open nelsonjd opened 2 years ago

nelsonjd commented 2 years ago

Also Account Groups have a dependency on an AbstractTransactionModel. This dependency should be removed. Account Groups are just groups of accounts (mini graphs) and should not know they are being used in models.