Claim Missing Document
Check
Articles

Found 12 Documents
Search

Studi Komparatif Algoritma Random Forest dan Logistic Regression dalam Analisis Sentimen Ulasan Aplikasi E-Wallet Dana Diah Fitriani; Afril Efan Pajri; Aprillia Dwi Ardianti
JURNAL RISET KOMPUTER (JURIKOM) Vol. 13 No. 1 (2026): Februari 2026
Publisher : Universitas Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/jurikom.v13i1.9517

Abstract

The increasing use of digital wallets in Indonesia has led to a growing number of user opinions expressed, including on the DANA platform in the Play Store. These reviews reflect users' experiences and satisfaction levels, necessitating sentiment analysis to comprehend public opinions about the application’s service quality. The study conducts an analytical comparison between Random Forest and Logistic Regression methods in classification sentiments for DANA application. Data was obtained through scraping techniques, resulting in 2,068 reviews after the cleaning process. The analysis stages include text preprocessing, labeling based on review scores, weighting using TF-IDF, and modeling with both algorithms. The evaluation results demonstrate that Random Forest obtains an accuracy of 86.23%, while Logistic Regression obtains an accuracy of 84.54%. Both models are capable of classifying positive sentiments well but are less optimal in detecting negative sentiments. Random Forest shows higher performance compared to Logistic Regression within the task in sentiment analysis for DANA app reviews. Thus, we can conclude that using the random forest algorithm is able to produce accurate sentiment analysis and can act as a basis for making decisions in further research
Analisis Perbandingan Algoritma SVM, Logistic Regression, Naive Bayes, dan XGBoost Untuk Deteksi Fake News Umar Farid Al Faqihi; Afril Efan Pajri; Muhammad Jauhar Vikri
JURNAL RISET KOMPUTER (JURIKOM) Vol. 13 No. 1 (2026): Februari 2026
Publisher : Universitas Budi Darma

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.30865/jurikom.v13i1.9492

Abstract

The rapid growth of digital technology and internet access has completely changed how information is shared, enabling content to spread quickly across various online platforms. However, these advancements have also made it easier for misleading or entirely fabricated news to circulate, posing serious risks to social stability, political environments, and public health. This study tackles this problem by employing several machine learning-based classification methods for analyzing textual data. Four algorithms Support Vector Machine (SVM), Logistic Regression (LR), Naive Bayes (NB), and Extreme Gradient Boosting (XGBoost) were applied to detect linguistic patterns that differentiate genuine news from fake content. A major contribution of this research is the creation of a custom dataset gathered directly from Indonesian online news portals, comprising a total of 4,909 entries. The evaluation results demonstrate exceptionally high accuracy across the models: 99.69% for SVM, 99.39% for LR, 99.29% for NB, and 99.19% for XGBoost. To verify reliability, each model was further evaluated using cross-validation, yielding average accuracy scores of 99.57% (SVM), 99.52% (LR), 99.44% (NB), and 99.49% (XGBoost). These findings confirm that all four classifiers are highly effective and well-suited for identifying fake news in text-based data.