This study aims to predict order status on a marketplace platform using the Random Forest algorithm as a classification method. The dataset consists of 32,187 transaction records containing various attributes, including product price, discount, shipping cost, item weight, payment method, and product category. During the modeling process, the data were divided into 80% training data and 20% testing data to develop a model capable of classifying whether an order is likely to be successfully completed or canceled. Based on the experimental results, the Random Forest algorithm demonstrated excellent performance, achieving an accuracy of 94.78%, precision of 95.57%, recall of 99.05%, and an F1-score of 97.28%. These results indicate that the model can effectively identify transaction patterns and provide highly accurate predictions of order status. Therefore, the proposed model has the potential to serve as a decision-support tool for marketplace platforms in reducing order cancellation rates and improving transaction management efficiency.
Copyrights © 2026