Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Jurnal Riset Informatika

Comparison of Decision Tree, Naive Bayes and Random Forest Algorithm to get the Best Performance of Algorithm for Customer Credit Classification Suryani, Indah
Jurnal Riset Informatika Vol. 6 No. 3 (2024): June 2024
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (818.138 KB)

Abstract

Credit is a potential income and the most significant business operation risk for a bank. Bad credit has become an ingrained problem in the banking world. Therefore, this research aims to classify customer data profiles who have the opportunity to be able to apply for a loan or not to reduce the risk of bad credit in the future by classifying using three commonly used data mining algorithms, namely the Decision Tree algorithm, Naïve Bayes and Random forest. The research was conducted using an experimental, descriptive method by testing the accuracy of the three methods to get the best performance. Based on the experiments' results, the accuracy performance with the confusion matrix was 73.20% for the Decision Tree algorithm, then the accuracy for the Naive Bayes algorithm was 74.4% and Random Forest was 77.4%. Meanwhile, performance evaluation is based on the Receiver Operating Characteristics (ROC) curve by looking at the resulting Area Under Curve (AUC) value of 0.717 for the Decision Tree algorithm, while Naive Bayes produces an AUC value of 0.741 and the largest is Random Forest at 0.796. So it can be concluded that the best performance of the classification carried out is the one that uses the Random Forest algorithm. Then, from the validation results using the T-Test of the three methods being compared, Random Forest produces a significant difference in the level of accuracy compared to the accuracy produced by the Decision Tree, namely with an alpha value of 0.031.
Implementation of Machine Learning Algorithms for Early Detection of Cervical Cancer Based on Behavioral Determinants Buani, Duwi Cahya Putri; Suryani, Indah
Jurnal Riset Informatika Vol. 5 No. 1 (2022): December 2022
Publisher : Kresnamedia Publisher

Show Abstract | Download Original | Original Source | Check in Google Scholar | Full PDF (981.068 KB) | DOI: 10.34288/jri.v5i1.167

Abstract

Cervical cancer is a disease that affects women and has the highest mortality rate after breast cancer. Early detection of cervical cancer is critical at this time, so cervical cancer patients are decreasing. Many women, especially in Indonesia, are less concerned about the dangers of cervical cancer, even though if detected earlier, this disease will be easier to treat. One alternative for early detection can use machine learning algorithms. The machine learning algorithms used in this study are Naïve Bayes (NB), Logistic Regression (LR), Decision Tree (DT), SVM, and Random Forest. In this study, a random under-sampling method was employed, which had no uses in any prior research. This technique makes the accuracy of the five algorithms even better. The research results show that NB has an accuracy rate of 91.67%, LR has an accuracy rate of 87.5%, DT has an accuracy rate of 81.81%, SVM has an accuracy rate of 75%, and RF has the highest accuracy rate of 94.45%. This research shows that the best model is RF or Random Forest.