Skip to content

Commit e7dd06f

Browse files
authored
Update how-to-use-automl-onnx-model-dotnet.md
1 parent e0b3827 commit e7dd06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-use-automl-onnx-model-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ In this sample, you use the .NET Core CLI to build your application but you can
6767
6868
## Add a reference to the ONNX model
6969
70-
A way for the console application to access the ONNX model is to add it to the build output directory. To learn more about MSBuild common items, see the [MSBuild guide](/visualstudio/msbuild/common-msbuild-project-items).
70+
A way for the console application to access the ONNX model is to add it to the build output directory. To learn more about MSBuild common items, see the [MSBuild guide](/visualstudio/msbuild/common-msbuild-project-items). If you do not already have a model, follow [this notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-classification-task-bankmarketing/automl-classification-task-bankmarketing-serverless.ipynb) to create an example model.
7171
7272
Add a reference to your ONNX model file in your application
7373

0 commit comments

Comments
 (0)