Closed
Description
[Question] How to find the corresponding cv_results_ model information by Model_id
automl.show_models() can output Ensemble models, and I want to get the CV evaluation scores for each model, but cv_results_ does not have an index for model_id, so how do I combine the information from show_models() and cv_results_?