davidxn11

Results 2 issues of davidxn11

I've noticed that non-fraud transaction amounts are currently being calculated in a purely deterministic way: amount(t) = c * balance(t), where c is a constant determined by parameters set in...

Hi, Please could you clarify the parameters individual_amount and aggregated_amount in the alertPatterns.csv parameters file? For example, in the add_alert_pattern function in transaction_graph_generator.py: min_amount=individual_amount max_amount=2*individual_amount Why a factor of 2...