Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created July 19, 2022 03:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/c1574748b96f1cc50ed7fb6b33c84858 to your computer and use it in GitHub Desktop.
Save IntegerMan/c1574748b96f1cc50ed7fb6b33c84858 to your computer and use it in GitHub Desktop.
# Grab the resulting model and best run
best_auto_run, automl_model = run.get_output()
# Display details about the best run
print('Best Run: ' + str(best_auto_run.id))
RunDetails(best_auto_run).show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment