Skip to content

Commit d50658b

Browse files
Merge pull request #250319 from ssalgadodev/patch-35
Update how-to-use-automl-onnx-model-dotnet.md
2 parents 9cc9498 + 518fca6 commit d50658b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: Azure Machine Learning
55
author: manashgoswami
66
ms.author: magoswam
77
ms.reviewer: ssalgado
8-
ms.date: 10/21/2021
8+
ms.date: 09/21/2023
99
ms.topic: how-to
1010
services: machine-learning
1111
ms.service: machine-learning
@@ -25,7 +25,7 @@ ONNX is an open-source format for AI models. ONNX supports interoperability betw
2525

2626
- [.NET Core SDK 3.1 or greater](https://dotnet.microsoft.com/download)
2727
- Text Editor or IDE (such as [Visual Studio](https://visualstudio.microsoft.com/vs/) or [Visual Studio Code](https://code.visualstudio.com/Download))
28-
- ONNX model. To learn how to train an AutoML ONNX model, see the following [bank marketing classification notebook (SDK v1)](https://github.com/Azure/azureml-examples/blob/v1-archive/v1/python-sdk/tutorials/automl-with-azureml/classification-bank-marketing-all-features/auto-ml-classification-bank-marketing-all-features.ipynb).
28+
- ONNX model. To learn how to train an AutoML ONNX model, see the following [bank marketing classification notebook](https://github.com/Azure/azureml-examples/blob/main/sdk/python/jobs/automl-standalone-jobs/automl-classification-task-bankmarketing/automl-classification-task-bankmarketing.ipynb).
2929
- [Netron](https://github.com/lutzroeder/netron) (optional)
3030

3131
## Create a C# console application
@@ -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)