I have credit card transactions data, and I'd like to detect anomalies whitin customers transactions.
When I have the customer historical data, I can use multiple algorithms in order to detect anomaly behavior. However, I'm facing troubles when I'm trying to detect for anomalies in "new" customers transactions (not only customers with their first transaction, but also those with a few more).
Is there some practical ways to handle this trouble? Maybe define "new" customers behavior and compare transaction of a "new" customer to this behavior?
Thank you in advance.