Consider choosing a model for prediction. The criterion is expected prediction loss: the lower the expected loss, the better the model. Suppose the distribution of prediction errors has relatively heavy tails for each of the models under consideration AND the loss function is such that the loss grows relatively fast w.r.t. prediction errors (e.g. quadratic loss or even exponential loss). Suppose that taken together, the distributions of prediction errors from different models and the shape of the loss function result in the expected loss being infinite.
This makes it hard to choose among models as comparing infinity with infinity is hard. Note that both the distributions of prediction errors and the loss function are beyond out control (we have a given set of models and our client has specified the loss function reflecting his/her preferences). At the same time, the logic of choosing the model based on expected loss is appealing and we would probably like to stick to it (though if there is no feasible solution, we might be willing to give it up).
How do we choose a model in this situation?