Feature selection helps pick the most useful data parts for a model. The key metrics to check are model accuracy, precision, and recall after selecting features. These show if the chosen features help the model make better predictions.
Also, watch model training time and complexity. Good feature selection reduces these, making the model faster and simpler.