Suppose we are building/testing a fraud detection model for a specific credit card/ or a quick cash loan business. We have a lot of data to play with (say past 5years), and after careful preprocessing, model selection, and parameter-tuning, we build a good model to detect/prevent fraud. We thought we did a superb job. However, as we build our model, Con-artists are developing their anti-fraud-detection system/methodology and soon enough, the behavior pattern of frauds become completely deferent. The model we build before become useless,and we need to build new models again...
I have very limited working experiences in building fraud detection models. My question is if there are any machine-learning models/combined models can self-evolve and detect this behavior changing issue, and quickly capture this pattern and adapt? or are there any academic/practical resources regarding this self-evolve AI/machine-learning? Thank you.