Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created July 19, 2022 03:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save IntegerMan/5596789671d3e0dcc8612b6f5248df13 to your computer and use it in GitHub Desktop.
# Register the model in Azure
best_auto_run.register_model(
model_name='My-AutoML-Model',
model_path='outputs/model.pkl',
description='A model I trained with Python Code')
best_auto_run.download_files(output_directory='automl-output')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment