You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
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.