Boosting is a method that builds many small models step-by-step to fix mistakes from earlier ones. Because it focuses on hard-to-predict cases, accuracy alone can be misleading. Instead, precision, recall, and F1 score are important to see how well the model balances catching true cases and avoiding false alarms.
For example, if boosting is used for spam detection, precision matters to avoid marking good emails as spam. If used for disease detection, recall is key to catch all sick patients.