The best machine learning model for fraud detection on e platforms: a systematic literature review
The best machine learning model for fraud detection on e platforms: a systematic literature review
Alimatu – Saadia Yussiff1, Lemdi Frank Prikutse1, Georgina Asuah2, Abdul – Lateef Yussiff1,
Emmanuel Dortey Tetteh1, Norshahila Ibrahim3, Wan Fatimah Wan Ahmad4
1
Department of Computer Science and Information Technology, Faculty of Physical Sciences, University of Cape Coast,
Cape Coast, Ghana
2
Department of Data Science and Engineering, Faculty of Informatics, Eötvös Loránd University, Budapest, Hungary
3
Department of Computer Science and Digital Technology, Faculty of Computing and Meta-Technology,
Universiti Pendidikan Sultan Idris, Perak, Malaysia
4
Department of Computer and Information Sciences, Universiti Teknologi PETRONAS, Seri Iskandar, Malaysia
Corresponding Author:
Alimatu – Saadia Yussiff
School of Physical Sciences, Department of Computer Science and Information Technology
Faculty of Physical Sciences, University of Cape Coast
Cape Coast, Ghana
Email: [email protected]
1. INTRODUCTION
The advancement in technology and the evolution of the internet have paved the way for the
establishment of modern services, including e-commerce and financial transactions. Traditional buyer-seller
relationships and the shopping experience for many consumers have been significantly altered by e-
commerce [1]. E-commerce and the widespread use of online banking have contributed to a recent uptick in
the volume of monetary transactions. The Internet has been instrumental in the development and facilitation
of online payment systems. However, this increased convenience presents several obstacles, the most
significant of which is the problem of fraudulent activities on these e-platforms [2]. Presently, online
financial fraud has become a more intricate and difficult challenge to solve [3].
The most typical forms of fraud that can be committed on online systems that may cost consumers
and e-commerce sites a lot of money include Payment fraud (criminals commit payment fraud by either
stealing financial details or forging credentials to use for online purchases). Account takeover fraud
(Fraudsters impersonate a real user in order to make illegal purchases or obtain sensitive information).
Phishing scams (Scammers employ phishing emails, texts, and social media posts to fool consumers into
divulging sensitive information by making it look to come from a trusted organization, such as a bank or
online retailer). Identity theft (Theft of sensitive personal information, such as social security numbers or
credit card data, can lead to the opening of fake accounts and the making of fraudulent purchases).
Chargeback fraud (To commit chargeback fraud, a user must erroneously assert that they did not get the
purchased products or services).
We must learn to recognize the red flags of online fraud and take preventative measures. The
traditional methods of fraud detection on e-platforms, such as rule-based systems and manual review
processes, are often unable to keep up with the rapidly evolving tactics of fraudsters. These methods are also
resource-intensive and time-consuming, making them inefficient and often ineffective in detecting and
preventing fraud [4]. Consequently, there has been a growing interest in the application of machine learning
(ML) models for fraud detection on e-platforms. The goal of this research is to identify common types of
fraud on financial e-platform, highlight which ML model are used for fraud detection on financial e-
platforms and also ascertain the best ML for fraud detection on e-platforms in terms of performance matrics.
A machine learning algorithm is a type of algorithm that can learn from data and perform a task
without being explicitly programmed to do so. These algorithms are "soft coded" in the sense that they
improve the task at hand through iteratively changing or adapting their underlying structure [5]. By
measuring prediction mistakes during the training phase, machine learning has an intelligent system that
allows it to continuously learn [6]. Machine learning has proven to be a promising approach for fraud
detection in e-commerce due to its ability to learn from large amounts of data and identify patterns that
traditional methods may miss. By leveraging the power of ML, e-commerce platforms can build more
effective fraud detection systems that are faster, more accurate, and less resource-intensive.
According to [5], depending on how the data is labeled, machine learning can be categorized as
supervised, semi-supervised, or unsupervised. Supervised learning is the process of utilizing labeled datasets
to train algorithms that effectively classify data or predict outcomes (e.g., classification and regression).
Semi-supervised learning is a hybrid of supervised and unsupervised learning in which a portion of the data
is partially labeled and the labeled portion is used to infer the unlabeled portion. In unsupervised learning, the
learning system receives only input samples (e.g., clustering and estimation of probability density function).
However, the use of ML models for fraud detection on e-platforms is not without its own set of
challenges. The performance of these models depends on the quality and size of the training data, the choice
of appropriate features and algorithms, and the complexity of the fraud detection problem. To gain a better
understanding of machine learning models for fraud detection on e-platforms, a systematic literature review
is necessary. Such a review can provide an overview of the existing research on the topic, identify the
different types of machine learning models that have been used for fraud detection, and highlight the best
models. In this regard, the current study was conducted to perform a systematic literature review to analyze
research studies to identify the common types of fraud on financial e-platforms and to determine the best
machine learning algorithms in terms of performance metrics that have been used for fraud detection on e-
platforms.
2. METHOD
This section describes in detail how we carried out the methodological literature review. Based on
the advantages of systematic literature review (SLR) such as comprehensiveness, reliability and unbias
coverage of relevant studies [7], this research adopted the SLR steps in [8] to conduct the SLR by following the
key steps in Figure 1. The application of Figure 1 to our research, are further described in subsections 2.1-2.9.
“Machine Learning models” OR “Machine learning algorithms” OR “Machine Learning techniques” AND
“fraud detection” AND “e-platforms” OR “electronic-platforms.”
The best machine learning model for fraud detection on e-platforms: … (Alimatu – Saadia Yussiff)
198 ISSN: 2722-3221
and abstract basis in Rayaan. There was an initial conflict on 20 articles which was subsequently resolved. A
total of 1,894 records were further excluded. The remaining 142 included articles were exported from
“Rayyan” into Microsoft Excel for further screening based on their introductions, methodologies, findings,
and conclusions. The eligibility criteria used is defined in the following section.
Frequency
3
40
30
20 5 3
10
0
Credit Card Banking E-commerce
Transaction
Types of Fraud
The best machine learning model for fraud detection on e-platforms: … (Alimatu – Saadia Yussiff)
200 ISSN: 2722-3221
is evident from Table 2 and Figure 6 that 23 different machine learning models were used in the 44 different
publications we worked with.
Figure 6 also illustrates that the least used models are complement naïve Bayes, Bernoulli naïve
Bayes, isolation forest, linear regression, J48, and CatBoost algorithms. Other algorithms like K-nearest
neighbor (KNN), decision tree, support vector machine (SVM), logistic regression, and random forest fell
within the top five with random forest being the most used machine learning algorithm for fraud detection.
Frequency of Usage
27
30
25 19
20 15
12 12
15
6 7 8 9
10 4 4 4 4
5 1 1 1 1 1 2 3 3 3 3
0
3.3. The best machine learning algorithms used on e-platforms for fraud detection
Research question three was to determine the best machine learning algorithms used on e-platforms
for fraud detection. In order to answer this question, we compared and analyzed the performance of the top
five machine learning algorithms based on their frequency of usage. The performance metric used in this
review is accuracy. Since most of the authors used a common dataset (transactions made by credit cards in
September 2013 by European cardholders.), it will be prudent to analyze and compare their performances.
The results from the analysis are presented in Figure 7.
Results from Figure 7 demonstrated that the Decision Tree algorithm performs the least with an
average accuracy of 92.81%. This is followed by logistic regression, SVM, KNN, and random forest
algorithm with an average accuracy of 93.16, 94.87, 96.54, and 96.67 respectively. The result also indicated
that, even though the KNN ranked 4th in terms of frequency of usage as shown in Table 2, it ranked 2 nd in
terms of performance with an accuracy of 96.54% as illustrated in Figure 7. The logistic regression algorithm
ranked 2nd in terms of frequency of usage but it is the 4th best in terms of performance with an average
accuracy of 93.16%. Also, The SVM algorithm ranked 3rd in terms of frequency of usage and ranked 3rd in
terms of performance with an average accuracy of 94.87%. More importantly, the random forest algorithm
ranked 1st in terms of frequency of usage and ranked 1st in terms of performance with an average accuracy of
96.67%.
4. CONCLUSION
This research revealed that credit card fraud is more common in the area of financial fraud on e-
platforms. Based on our systematic literature review credit card fraud accounted for 82.61% of the financial
fraud cases on e-platforms. Secondly, this review identified 23 different machine-learning algorithms that
were used to detect fraud on e-platforms. Notable amongst them is random forest which had the highest
frequency of usage followed by logistic regression and support vector machine, whereas algorithms like
linear regression, Bernouli naïve Bayes, J48 algorithm, and CatBoost had the lowest frequency of usage. The
research also revealed that the predominant usage of a model does not guarantee its superior performance, as
exemplified by the cases of KNN and logistic regression. The logistic regression algorithm ranked 2nd in
terms of frequency of usage but ranked 4th best in terms of performance with an average accuracy of 93.16%.
On the contrary, the KNN ranked 4th in terms of frequency of usage but ranked 2nd in terms of performance
with an accuracy of 96.54%. The random forest algorithm turned out to be the best machine learning
algorithm as it is ranked first in the frequency of usage analysis and first in the performance analysis with an
average accuracy of 96.67%. Hence, the random forest algorithm should be considered ahead of other
machine learning algorithms for such fraud detection analysis on e-platforms. By identifying the strengths
and weaknesses of different approaches, this review can help guide future research and inform the
development of more effective fraud detection systems.Overall, this review has identified the kinds of fraud
on financial e-platforms, and proclaimed the best and least ML algorithm for fraud detection on financial e-
platform. This can help guide future research and inform the development of more effective fraud detection
systems. This review was limited to financial fraud detection and accuracy was the only performance metric
used for the comparative analysis. Future work could therfore consider performance metrics like recall and
precision in the comparative analysis.
REFERENCES
[1] A. Srivastava, P. K. Bala, and B. Kumar, “New perspectives on gray sheep behavior in E-commerce recommendations,” Journal
of Retailing and Consumer Services, vol. 53, p. 101764, Mar. 2020, doi: 10.1016/j.jretconser.2019.02.018.
[2] A. M. Alnasrawi, A. M. N. Alzubaidi, and A. A. Al-Moadhen, “Improving sentiment analysis using text network features within
different machine learning algorithms,” Bulletin of Electrical Engineering and Informatics, vol. 13, no. 1, pp. 405–412, Feb.
2024, doi: 10.11591/eei.v13i1.5576.
[3] D. Choi and K. Lee, “An artificial intelligence spproach to financial fraud detection under IoT environment: a survey and
implementation,” Security and Communication Networks, vol. 2018, pp. 1–15, Sep. 2018, doi: 10.1155/2018/5483472.
[4] K. G. Al-Hashedi and P. Magalingam, “Financial fraud detection applying data mining techniques: A comprehensive review from
2009 to 2019,” Computer Science Review, vol. 40, p. 100402, May 2021, doi: 10.1016/j.cosrev.2021.100402.
[5] I. El Naqa, R. Li, and M. J. Murphy, Eds., Machine Learning in Radiation Oncology. Cham: Springer International Publishing,
2015. doi: 10.1007/978-3-319-18305-3.
[6] S. Masrom, N. H. Abdul Samad, R. Septiyanti, N. Roslan, and R. A. Rahman, “Machine learning prediction for academic
The best machine learning model for fraud detection on e-platforms: … (Alimatu – Saadia Yussiff)
202 ISSN: 2722-3221
misconduct prediction: an analysis of binary classification metrics,” Bulletin of Electrical Engineering and Informatics, vol. 13,
no. 1, pp. 388–395, Feb. 2024, doi: 10.11591/eei.v13i1.5629.
[7] A. M. Al-Sabaeei, H. Alhussian, S. J. Abdulkadir, and A. Jagadeesh, “Prediction of oil and gas pipeline failures through machine
learning approaches: A systematic review,” Energy Reports, vol. 10, pp. 1313–1338, Nov. 2023, doi: 10.1016/j.egyr.2023.08.009.
[8] M. Thilakaratne, K. Falkner, and T. Atapattu, “A systematic review on literature-based discovery workflow,” PeerJ Computer
Science, vol. 5, p. e235, Nov. 2019, doi: 10.7717/peerj-cs.235.
[9] F. K. Alarfaj, I. Malik, H. U. Khan, N. Almusallam, M. Ramzan, and M. Ahmed, “Credit card fraud detection using state-of-the-
art machine learning and deep learning algorithms,” IEEE Access, vol. 10, pp. 39700–39715, 2022, doi:
10.1109/ACCESS.2022.3166891.
[10] M. M. M. Megdad, B. S. Abu-Nasser, and S. S. Abu-Naser, “Fraudulent financial transactions detection using machine learning,”
International Journal of Academic Information Systems Research (IJAISR), vol. 6, no. 3, pp. 30–39, 2022.
[11] S. Khatri, A. Arora, and A. P. Agrawal, “Supervised machine learning algorithms for credit card fraud detection: A comparison,”
in Proceedings of the Confluence 2020 - 10th International Conference on Cloud Computing, Data Science and Engineering,
IEEE, Jan. 2020, pp. 680–683. doi: 10.1109/Confluence47617.2020.9057851.
[12] V. Jain, H. Kavitha, and S. Mohana Kumar, “Credit Card Fraud Detection Web Application using Streamlit and Machine
Learning,” in 2022 IEEE International Conference on Data Science and Information System (ICDSIS), IEEE, Jul. 2022, pp. 1–5.
doi: 10.1109/ICDSIS55133.2022.9915901.
[13] S. Khatri, A. Arora, and A. P. Agrawal, “Supervised Machine Learning Algorithms for Credit Card Fraud Detection: A
Comparison,” in 2020 10th International Conference on Cloud Computing, Data Science & Engineering (Confluence), IEEE, Jan.
2020, pp. 680–683. doi: 10.1109/Confluence47617.2020.9057851.
[14] B. Keswani et al., “Adapting Machine Learning Techniques for Credit Card Fraud Detection,” in Advances in Intelligent Systems
and Computing, vol. 1087, 2020, pp. 443–455. doi: 10.1007/978-981-15-1286-5_38.
[15] M. B. Islam, C. Avornu, P. K. Shukla, and P. K. Shukla, “Cost Reduce: Credit Card Fraud Identification Using Machine
Learning,” in 2022 7th International Conference on Communication and Electronics Systems (ICCES), IEEE, Jun. 2022, pp.
1192–1198. doi: 10.1109/ICCES54183.2022.9835811.
[16] N. K. Trivedi, S. Simaiya, U. K. Lilhore, and S. K. Sharma, “An efficient credit card fraud detection model based on machine
learning methods,” International Journal of Advanced Science and Technology, vol. 29, no. 5, pp. 3414–3424, 2020.
[17] K. Huang, “An Optimized LightGBM Model for Fraud Detection,” Journal of Physics: Conference Series, vol. 1651, no. 1, p.
012111, Nov. 2020, doi: 10.1088/1742-6596/1651/1/012111.
[18] K. Abhirami, A. K. Pani, M. Manohar, and P. Kumar, “An Approach for Detecting Frauds in E-Commerce Transactions using
Machine Learning Techniques,” in Proceedings - 2nd International Conference on Smart Electronics and Communication,
ICOSEC 2021, IEEE, Oct. 2021, pp. 826–831. doi: 10.1109/ICOSEC51865.2021.9591720.
[19] A. Singh, A. Singh, A. Aggarwal, and A. Chauhan, “Design and Implementation of Different Machine Learning Algorithms for
Credit Card Fraud Detection,” in 2022 International Conference on Electrical, Computer, Communications and Mechatronics
Engineering (ICECCME), IEEE, Nov. 2022, pp. 1–6. doi: 10.1109/ICECCME55909.2022.9988588.
[20] G. Sandhya, M. Abishek, S. Gunal Kumar, and R. S. Jisenthira Kumar, “Credit Card Fraud Detection using Machine Learning
Algorithms,” in Lecture Notes in Networks and Systems, vol. 516, 2023, pp. 313–320. doi: 10.1007/978-981-19-5221-0_30.
[21] P. Sharma, S. Banerjee, D. Tiwari, and J. C. Patni, “Machine learning model for credit card fraud detection-A comparative
analysis,” International Arab Journal of Information Technology, vol. 18, no. 6, pp. 789–796, 2021, doi: 10.34028/iajit/18/6/6.
[22] A. Menshchikov, V. Perfilev, D. Roenko, M. Zykin, and M. Fedosenko, “Comparative Analysis of Machine Learning Methods
Application for Financial Fraud Detection,” in 2022 32nd Conference of Open Innovations Association (FRUCT), IEEE, Nov.
2022, pp. 178–186. doi: 10.23919/FRUCT56874.2022.9953872.
[23] B. P. Verma, V. Verma, and A. Badholia, “Hyper-Tuned Ensemble Machine Learning Model for Credit Card Fraud Detection,” in
2022 International Conference on Inventive Computation Technologies (ICICT), IEEE, Jul. 2022, pp. 320–327. doi:
10.1109/ICICT54344.2022.9850940.
[24] J. Domashova and O. Zabelina, “Detection of fraudulent transactions using SAS Viya machine learning algorithms,” Procedia
Computer Science, vol. 190, pp. 204–209, 2021, doi: 10.1016/j.procs.2021.06.025.
[25] J. K. Afriyie et al., “A supervised machine learning algorithm for detecting and predicting fraud in credit card transactions,”
Decision Analytics Journal, vol. 6, p. 100163, Mar. 2023, doi: 10.1016/j.dajour.2023.100163.
[26] M. Â. L. Moreira et al., “Exploratory analysis and implementation of machine learning techniques for predictive assessment of
fraud in banking systems,” Procedia Computer Science, vol. 214, no. C, pp. 117–124, 2022, doi: 10.1016/j.procs.2022.11.156.
[27] E. Strelcenia and S. Prakoonwit, “Comparative Analysis of Machine Learning Algorithms using GANs through Credit Card Fraud
Detection,” in 2022 International Conference on Computing, Networking, Telecommunications & Engineering Sciences
Applications (CoNTESA), IEEE, Dec. 2022, pp. 1–5. doi: 10.1109/CoNTESA57046.2022.10011268.
[28] P. K. Sadineni, “Detection of Fraudulent Transactions in Credit Card using Machine Learning Algorithms,” in 2020 Fourth
International Conference on I-SMAC (IoT in Social, Mobile, Analytics and Cloud) (I-SMAC), IEEE, Oct. 2020, pp. 659–660. doi:
10.1109/I-SMAC49090.2020.9243545.
[29] S. Patil, V. Nemade, and P. K. Soni, “Predictive Modelling for Credit Card Fraud Detection Using Data Analytics,” Procedia
Computer Science, vol. 132, pp. 385–395, 2018, doi: 10.1016/j.procs.2018.05.199.
[30] R. Jhangiani, D. Bein, and A. Verma, “Machine Learning Pipeline for Fraud Detection and Prevention in E-Commerce
Transactions,” in 2019 IEEE 10th Annual Ubiquitous Computing, Electronics and Mobile Communication Conference, UEMCON
2019, IEEE, Oct. 2019, pp. 0135–0140. doi: 10.1109/UEMCON47517.2019.8992993.
[31] S. Saraf and A. Phakatkar, “Detection of Credit Card Fraud using a Hybrid Ensemble Model,” International Journal of Advanced
Computer Science and Applications, vol. 13, no. 9, 2022, doi: 10.14569/IJACSA.2022.0130953.
[32] A. Joyson, A. G. R, and B. Tejashwini, “Credit Card Fraud Identification Using Machine Learning Algorithm,” Journal of
Contemporary Issues in Business and Government, vol. 27, no. 3, p. 2021, 2021, doi: 10.47750/cibg.2021.27.03.220.
[33] A. Kumar, D. Prusti, I. S. Purusottam, and S. K. Rath, “Real time SOA based credit card fraud detection system using machine
learning techniques,” in 2021 12th International Conference on Computing Communication and Networking Technologies
(ICCCNT), IEEE, Jul. 2021, pp. 1–6. doi: 10.1109/ICCCNT51525.2021.9579598.
[34] M. S. Kumar, V. Soundarya, S. Kavitha, E. S. Keerthika, and E. Aswini, “Credit Card Fraud Detection Using Random Forest
Algorithm,” in 2019 3rd International Conference on Computing and Communications Technologies (ICCCT), IEEE, Feb. 2019,
pp. 149–153. doi: 10.1109/ICCCT2.2019.8824930.
[35] K. D. Singh, P. Singh, and S. S. Kang, “Ensembled-based Credit Card Fraud Detection in Online Transactions,” in AIP
Conference Proceedings, 2022, p. 050009. doi: 10.1063/5.0108873.
[36] T.-H. Lin and J.-R. Jiang, “Credit Card Fraud Detection with Autoencoder and Probabilistic Random Forest,” Mathematics, vol.
9, no. 21, p. 2683, Oct. 2021, doi: 10.3390/math9212683.
[37] N. T. N. Anh, T. Q. Khanh, N. Q. Dat, E. Amouroux, and V. K. Solanki, “Fraud detection via deep neural variational autoencoder
oblique random forest,” in 2020 IEEE-HYDCON, IEEE, Sep. 2020, pp. 1–6. doi: 10.1109/HYDCON48903.2020.9242753.
[38] D. Shaohui, G. Qiu, H. Mai, and H. Yu, “Customer Transaction Fraud Detection Using Random Forest,” in 2021 IEEE
International Conference on Consumer Electronics and Computer Engineering (ICCECE), IEEE, Jan. 2021, pp. 144–147. doi:
10.1109/ICCECE51280.2021.9342259.
[39] T. Mauritsius, S. Alatas, F. Binsar, R. Jayadi, and N. Legowo, “Promo Abuse Modeling in E-Commerce Using Machine Learning
Approach,” in 2020 8th International Conference on Orange Technology (ICOT), IEEE, Dec. 2020, pp. 1–6. doi:
10.1109/ICOT51877.2020.9468744.
[40] B. Kilic, A. Sen, and C. Ozturan, “Fraud Detection in Blockchains using Machine Learning,” in 2022 Fourth International
Conference on Blockchain Computing and Applications (BCCA), IEEE, Sep. 2022, pp. 214–218. doi:
10.1109/BCCA55292.2022.9922045.
[41] K. N. Brahmajirao D, “Recognizing Credit Card Fraud Using Machine Learning Methods,” Turkish Journal of Computer and
Mathematics Education, vol. 12, no. 12, pp. 3271–3278, 2021, doi: 10.17762/turcomat.v12i12.8005.
[42] “Credit Card Fraud Detection using XGBoost Classifier with a Threshold Value”, doi: 10.21203/rs.3.rs-1722294/v1.
[43] K. Randhawa, C. K. Loo, M. Seera, C. P. Lim, and A. K. Nandi, “Credit Card Fraud Detection Using AdaBoost and Majority
Voting,” IEEE Access, vol. 6, pp. 14277–14284, 2018, doi: 10.1109/ACCESS.2018.2806420.
[44] M. Y. Turaba, M. Hasan, N. I. Khan, and H. A. Rahman, “Fraud Detection During Financial Transactions Using Machine
Learning and Deep Learning Techniques,” Proceedings of the 2022 IEEE International Conference on Communications,
Computing, Cybersecurity and Informatics, CCCI 2022, 2022, doi: 10.1109/CCCI55352.2022.9926503.
[45] A. Mishra, “Fraud Detection: A Study of AdaBoost Classifier and K-Means Clustering,” SSRN Electronic Journal, 2021, doi:
10.2139/ssrn.3789879.
[46] S. Kumar, V. K. Gunjan, M. D. Ansari, and R. Pathak, “Credit Card Fraud Detection Using Support Vector Machine,” Lecture
Notes in Networks and Systems, vol. 237, pp. 27–37, 2022, doi: 10.1007/978-981-16-6407-6_3.
[47] K. Poongodi and D. Kumar, “Support vector machine with information gain based classification for credit card fraud detection
system,” International Arab Journal of Information Technology, vol. 18, no. 2, pp. 199–207, 2021, doi: 10.34028/IAJIT/18/2/8.
[48] A. RB and S. K. KR, “Credit card fraud detection using artificial neural network,” Global Transitions Proceedings, vol. 2, no. 1,
pp. 35–41, Jun. 2021, doi: 10.1016/j.gltp.2021.01.006.
[49] C. . Sumanth, P. P. Kalyan, B. Ravi, and S. Balasubramani., “Analysis of Credit Card Fraud Detection using Machine Learning
Techniques,” in 2022 7th International Conference on Communication and Electronics Systems (ICCES), IEEE, Jun. 2022, pp.
1140–1144. doi: 10.1109/ICCES54183.2022.9835751.
[50] H. M. M. H. Vidanelage, T. Tasnavijitvong, P. Suwimonsatein, and P. Meesad, “Study on Machine Learning Techniques with
Conventional Tools for Payment Fraud Detection,” in 2019 11th International Conference on Information Technology and
Electrical Engineering (ICITEE), IEEE, Oct. 2019, pp. 1–5. doi: 10.1109/ICITEED.2019.8929952.
[51] S. Gupta, Meenu, S. Patel, S. Kumar, and G. Chauhan, “Anomaly Detection in Credit Card Transactions Using Machine
Learning,” International Journal of Innovative Research in Computer Science & Technology, vol. 8, no. 3, pp. 67–71, May 2020,
doi: 10.21276/ijircst.2020.8.3.5.
[52] B. A. Abdulsalami, A. A. Kolawole, M. A. Ogunrinde, M. Lawal, R. A. Azeez, and A. Z. Afolabi, “Comparative Analysis of
Back-propagation Neural Network and K-Means Clustering Algorithm in Fraud Detection in Online Credit Card Transactions,”
Fountain Journal of Natural and Applied Sciences, vol. 8, no. 1, Oct. 2019, doi: 10.53704/fujnas.v8i1.315.
BIOGRAPHIES OF AUTHORS
The best machine learning model for fraud detection on e-platforms: … (Alimatu – Saadia Yussiff)
204 ISSN: 2722-3221
Wan Fatimah Wan Ahmad Wan Fatimah Wan Ahmad has experienced of over
27 years as an academia. She obtained her PhD from the Universiti Kebangsaan Malaysia. She
was formerly an Associate Professor with the Department of Computer and Information
Sciences, Universiti Teknologi PETRONAS in Malaysia. She is currently working as a contract
staff with CIS Department. She has been appointed as an adjunct Associate Professor at the
School of Science and Technology, Asia e University (AeU), Subang Jaya 47500, Malaysia. Her
research interests include topics on multimedia, human-computer interaction, mathematics
education, e-learning and mobile learning. She led several research grants from Ministry of
Science Technology and Innovation and Ministry of Higher Education in Malaysia. She won
several awards in national and international levels of exhibition and commercialised few
products. She can be contacted at email: [email protected].