MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.25k stars 21.42k forks source link

Missing required resources for tutorial. #109420

Open SFSRCole opened 1 year ago

SFSRCole commented 1 year ago

It says add a reference to a Onnx model but doesn't appear to provide the model, or any datasets to use.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

SFSRCole commented 1 year ago

oh looking around i think i found the resources here: https://github.com/dotnet/machinelearning-samples/tree/main/samples/csharp/getting-started/Regression_TaxiFarePrediction

I think this should be linked in the tutorial.

SaibabaBalapur-MSFT commented 1 year ago

@SFSRCole Thanks for your feedback! We will investigate and update as appropriate.

RamanathanChinnappan-MSFT commented 1 year ago

@SFSRCole

I've delegated this to @manashgoswami , a content author, to review and share their valuable insights.

manashgoswami commented 1 year ago

transfer assignment to @rsavage2. thanks.

RSavage2 commented 1 year ago

After reviewing, this seems to be a code example only to demonstrate to a user how to add their Onnx model into a .NET application. In this example the "automl-model.onnx" file is just an arbitrary place holder that a user should replace with their own onnx model file when implementing this code.