Random forest is one of the popular machine learning algorithms used for classification tasks. In malware detection tasks, random forest can help identify malware with good accuracy. However, to improve model performance, a hyperparameter tuning process is required. GridsearchCV is a hyperparameter tuning method that allows the user to scan a number of selected hyperparameters. In this paper, we conduct experiments using GridsearchCV to perform hyperparameter tuning on Random forests for malware detection tasks. The experimental results show that by performing hyperparameter tuning, we can improve the model's accuracy in identifying malware
Copyrights © 2023