In the following example, auto ARIMA() picks ARIMA(1,0,3) w/ mean as the best the model. Is it possible to extract the other models that it considered, say, top 5?
Reply to @technocrat: No, the forecast package is not required. @budugulo is using the fpp3 package which loads all the packages needed to reproduce the code shown.
Reply to original question from @budugulo: No, the current implementation of ARIMA does not return any information about the range of other models tried. The forecast::auto.arima function did allow that option but we removed it in fable.