We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c4667 commit a71a313Copy full SHA for a71a313
articles/machine-learning/how-to-train-cli.md
@@ -326,7 +326,7 @@ And run it:
326
327
:::code language="azurecli" source="~/azureml-examples-main/cli/train.sh" id="sklearn_iris":::
328
329
-To register a model, you can upload the model artifacts from the run to the model registry:
+To register a model, you can upload the model files from the run to the model registry:
330
331
:::code language="azurecli" source="~/azureml-examples-main/cli/train.sh" id="sklearn_download_register_model":::
332
0 commit comments