I have trained 200 models using _trainer.try_models()_ but now I need to know which model performed the best and its accuracy? Anyone knows how to get the details such as: what evaluation score was used? what is the best model? and how can we use it later for prediction? Thank you.
I have trained 200 models using trainer.try_models() but now I need to know which model performed the best and its accuracy?
Anyone knows how to get the details such as: what evaluation score was used? what is the best model? and how can we use it later for prediction?
Thank you.