Skip to content

Commit cf438d8

Browse files
authored
hw to register a model
1 parent 9d172a8 commit cf438d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azML-modelcreation/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ plt.show()
218218
ws = Workspace.from_config()
219219
Model.register(workspace=ws, model_path="model.pkl", model_name="my_model_RegressionModel")
220220
```
221+
222+
https://github.com/user-attachments/assets/a82ff03e-437c-41bc-85fa-8b9903384a5b
223+
224+
221225
> [!TIP]
222226
> Click [here]() to read the script used.
223227

0 commit comments

Comments
 (0)