I found workflow for comparing detecting fraud credit card transactions models.
I’m trying to run this workflow to compare multiple models in detecting fraud transactions.
Autencoder and isolation forest are not running and I don’t know why.
The goal is to compare and play around to see how much which model detects fraud transaactions best, also using different methods , for example, I learned that if the ratio between real and fraud transactions is very high , the model would get lazy and just predict all as real. so a good solution to adjust the ratio of the dataset between real and fraud to make it 10:1 or 3:1, I would like to know what are other similar tricks to keep improving the workflow, also if there are any better workflows or better adjustments to the existing workflow
