Feature extraction helps turn images into useful numbers for a model. To check if these features are good, we look at how well the model performs using them. Common metrics include accuracy for simple tasks, but more detailed metrics like precision, recall, and F1 score matter when classes are uneven or errors have different costs.
Why? Because good features help the model tell apart classes clearly. If features are poor, even the best model will struggle, so metrics show if the features capture important info.