When I train a model in R using autoML, I can view the leaderboard of the models via
automl_model@leaderboard
and I can get access to the best model via
automl_model@leader
However, I want also make experiments with the 2nd best model, 3rd best model, and so on. How can I access them?