Hello, I saw that a model is saved at each round. When evaluating each model, I found that different metrics may achieve the best performance on different models. For example, for the abs rel metric, the model from the 10th round might be the best, but for rmse, the model from the 15th round might be the best. But how do we determine the optimal model?
Hello, I saw that a model is saved at each round. When evaluating each model, I found that different metrics may achieve the best performance on different models. For example, for the abs rel metric, the model from the 10th round might be the best, but for rmse, the model from the 15th round might be the best. But how do we determine the optimal model?