Skip to content

Commit ce6fe53

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

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
@@ -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

0 commit comments

Comments
 (0)