Description: Zero-R is a baseline model used in classification problems that predicts the majority class of a dataset. This approach is based on the premise that, in many cases, the most frequent class can be a reasonable prediction, especially in situations where the data is imbalanced. Zero-R does not require complex training or hyperparameter tuning, making it a quick and efficient option for establishing a benchmark in the evaluation of more sophisticated models. Its simplicity allows researchers and data professionals to have a clear baseline to compare the performance of other models, facilitating the identification of significant improvements. Although Zero-R is not suitable for all applications, its utility lies in its ability to provide an initial glimpse into the effectiveness of a model in a given context, especially in scenarios where the majority class may dominate the dataset. In summary, Zero-R is a fundamental tool in a data scientist’s toolkit, offering a straightforward way to assess the initial performance of classification models.