When we create interaction features, we want to see if they help the model learn better. The main metrics to check are validation accuracy or validation loss. These show if the model predicts better on new data, not just the training data.
If the interaction features improve these metrics, it means they add useful information. If not, they might just add noise or make the model too complex.