Greetings friends!
I am trying to create a model that is able to identify the following patterns:
- For each debited account -> Cluster by transaction values and payment type to check for any patterns.
- For each debited account -> Cluster by Transaction value or payment type and Credited account to check whether for patterns (most used credited account)
I have tried all sort of tools of predictive grouping, but my dataset is too big and I am a beginner on machine learning.
Would love to hear any good ideas to involve other tools as well so I can study. Unfortunatelly there is not much knowledge about this category of tools on the internet.

Thanks