Fraud risk propagation in large scale network
What's the best approach to do some graph analytics and risk propagation in a network using python where multiple accounts are connected through a relationship and few of the accounts in the network are marked as bad accounts and the rest are unknown?
I tried using networkx but it seems to run forever. I have about 8MM edges and 40K nodes
Category Data Science