Gaussian Naive Bayes for Real-World Credit Card Fraud
Abstract
Researchers explored how well a simple classification method spots fraudulent credit card use. They utilized a real-world collection of nearly 300,000 transactions - spanning just two days - where fewer than 500 were actually cases of fraud. Because so few transactions were fraudulent, they tried different techniques to even things out before training a particular version of this classifier, then tested its accuracy. Because data leans heavily toward one outcome, we focused less on overall correctness yet more on how well the system identifies all actual positive cases while minimizing expenses. It turns out that even a straightforward method - Naive Bayes - works surprisingly well when data is prepared carefully and imbalances are addressed; its ability to pinpoint relevant items alongside reasonable precision levels rivals those of complex systems. We also cover real-world deployment details, where this falls short, along with ideas for improvement.
References
(1)K. Sai, J. Guru, R. Kumar, N. Kumar, D. Katariya, and M. Sharma, “Credit card fraud detection using Naive Bayes model based and KNN classifier,” Int. J. Adv. Res., Ideas Innov. Technol., vol. 4, no. 3, pp. 44–47, 2018.
(2)D. Varmedja, M. Karanovic, S. Sladojevic, M. Arsenovic, and A. Anderla, “Credit card fraud detection - Machine learning methods,” in Proc. 18th Int. Symp. INFOTEH-JAHORINA, Jahorina, Bosnia and Herzegovina, 2019, pp. 1–6, doi: 10.1109/INFOTEH.2019.8717766.
(3)A. Dal Pozzolo, G. Boracchi, O. Caelen, C. Alippi, and G. Bontempi, “Credit card fraud detection: A realistic modeling and a novel learning strategy,” IEEE Trans. Neural Netw. Learn. Syst., vol. 29, no. 8, pp. 3784–3797, Aug. 2018, doi: 10.1109/TNNLS.2017.2736643.
(4)V. N. Dornadula and G. Sa, “Credit card fraud detection using machine learning algorithms,” Procedia Comput. Sci., vol. 165, pp. 631–641, 2019, doi: 10.1016/j.procs.2020.01.057.
(5)P. Tiwari, S. Mehta, N. Sakhuja, J. Kumar, and A. K. Singh, “Credit card fraud detection using machine learning: A study,” arXiv preprint arXiv:2108.10005, Aug. 2021.
(6)K. Chaudhary, J. Yadav, and B. Mallick, “A review of fraud detection techniques,” Int. J. Comput. Appl., vol. 45, no. 1, pp. 39–43, May 2012.
(7)R. Bin Sulaiman, V. Schetinin, and P. Sant, “Review of machine learning approach on credit card fraud detection,” Human-Centric Intell. Syst., vol. 2022, pp. 25568, May 2022, doi: 10.1007/s44230-022-00004-0.
(8)S. Ghosh and D. L. Reilly, “Credit card fraud detection with a neural-network,” in Proc. 27th Annu. Hawaii Int. Conf. Syst. Sci., Wailea, HI, 1994, pp. 621–630, doi: 10.1109/HICSS.1994.365982.
Refbacks
- There are currently no refbacks.