Baroah, Hamida Maulana Lailatal
Unknown Affiliation

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Feature Selection Based on Artificial Bee Colony and Gradient Boosting Decision Tree for Hotel Reservation Cancellation Prediction Using Random Forest Baroah, Hamida Maulana Lailatal; Hakim, Lukman
MATICS: Jurnal Ilmu Komputer dan Teknologi Informasi (Journal of Computer Science and Information Technology) Vol 16, No 2 (2024): MATICS
Publisher : Department of Informatics Engineering

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.18860/mat.v16i2.28862

Abstract

This study focuses on predicting hotel booking cancellations using machine learning to improve accuracy and operational efficiency. The methods used include Random Forest, Artificial Bee Colony (ABC), and Gradient Boosting Decision Tree (GBDT). ABC, which excels in optimization but is prone to local optima, is combined with GBDT for feature selection. The dataset used is Hotel_Bookings from Kaggle, with 119,390 entries and 28 features. The data is processed through cleansing, normalization, and split into 75% for training and 25% for testing. Feature selection is performed using ABC and GBDT, and the prediction model is built using Random Forest. Model evaluation using confusion matrix and metrics like precision, recall, f1-score, and accuracy shows accuracies of 86.17% and 86.65% for ABC and GBDT, respectively. Increasing the number of trees and features generally improves model performance, with feature selection showing significant performance improvements compared to models without feature selection.