Classifying rainfall events can be challenging when the available data is incomplete or contains missing values. Several imputation methods can be used to address missing data, such as the mean imputation method and the K-Nearest Neighbors Imputation method. For classification purposes, many techniques can be utilized, one of which is the Adaptive Boosting (AdaBoost) method. AdaBoost is designe…