microsoft / AzureML-R-template

Patterns and examples for running R code with Azure Machine Learning
MIT License
21 stars 8 forks source link

Add batch inferencing example #9

Open sdonohoo opened 4 years ago

sdonohoo commented 3 years ago

Will address using AzureML CLI v2 managed endpoint

ray-pacheco commented 1 year ago

Are there any other resources with examples of batch endpoints for R models? I've been trying to find something, but the majority of the R Azure ML is outdated and does not use the CLI v2.

sdonohoo commented 1 year ago

@ray-pacheco Unfortunately, AzureML managed batch endpoints do not support R at this time. I am still investigating ways to do this as changes are made on the batch endpoint backend but, in the meantime, a pipeline using R components is probably the best approach to batch scoring with R.

ray-pacheco commented 1 year ago

That explains why I haven't been able to find anything. Thanks! I'll look into using R components in a pipeline!