Optimasi Hyperparameter Algoritma Support Vector Machine dalam Klasifikasi Penyakit Beta-Thalassemia

  • I Nyoman Adi Mahendra Putra Udayana University
  • Cokorda Pramartha Universitas Udayana

Abstract

Beta-thalassemia, a type of thalassemia disease caused by genetic variations, forces sufferers to receive regular blood transfusions for survival. Therefore, classification of this disease is important to reduce the number of births of beta-thalassemia patients in the future. 5066 beta-thalassemia carrier patient data from the Punjab Thalassemia Prevention and Program (PTPP) case study was taken as the source in this study which was accessed through the github.com website. Preprocessing is done for class alignment to avoid data imbalance, feature selection to streamline model performance, and normalization of feature values to a certain scale. In this research, the main focus is on applying the performance of the Support Vector Machine (SVM) algorithm to obtain classification results. Before entering the final model, hyperparameter tuning is required to obtain suitable parameter values to be entered into the model. hyperparameter tuning that will be carried out include "C" (regularization parameter), "kernel" (kernel type), "gamma" (kernel parameter for non-linear kernels), and "degree" (polynomial degree for polynomial kernels), carried out before the model is evaluated. The accuracy results were evaluated using confusion matrix, resulting in precision of 99.24%, recall of 99.62%, f1-score of 99.43%, and accuracy of 99.42% after hyperparameter tuning where the best parameters are "'C': 1, 'gamma': 100, 'kernel': 'rbf'" with an average test score of 0.993494149.

Published
2025-02-01
How to Cite
PUTRA, I Nyoman Adi Mahendra; PRAMARTHA, Cokorda. Optimasi Hyperparameter Algoritma Support Vector Machine dalam Klasifikasi Penyakit Beta-Thalassemia. Jurnal Nasional Teknologi Informasi dan Aplikasnya, [S.l.], v. 3, n. 2, p. 283-294, feb. 2025. ISSN 3032-1948. Available at: <https://ojs.unud.ac.id/index.php/jnatia/article/view/115958>. Date accessed: 05 apr. 2025. doi: https://doi.org/10.24843/JNATIA.2025.v03.i02.p07.