Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Created January 18, 2022 17:31
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 letthedataconfess/523316e548dda278f738fda0d30e1657 to your computer and use it in GitHub Desktop.
Save letthedataconfess/523316e548dda278f738fda0d30e1657 to your computer and use it in GitHub Desktop.
from azureml.core.model import Model
model = Model.register(workspace=ws_new, model_path="./model_fd.pkl", model_name="fraud_detection")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment