Using R model in SageMaker ML pipelines

0

Hi there,

Is it possible to use R model training and serving in SageMaker ML Pipelines? Looked in examples here. And it doesn't look that R is fully supported currently by ML Pipelines. Any examples and success stories are very welcome.

Thanks.

crawlik
已提问 2 年前633 查看次数
1 回答
1
已接受的回答

In general it is possible to use the SageMaker python SDK and boto3 using the reticulate package in R, However do not have direct examples of SageMaker Pipelines using R.

It is possible to orchestrate the production pipeline using the R Containers for training and serving and setting up the DAG can be done with reticulate and SageMaker Python SDK and can be achieved using the AWS Step Functions. Please refer to the following example for reference.

https://github.com/aws-samples/reinvent2020-aim404-productionize-r-using-amazon-sagemaker https://www.youtube.com/watch?v=Zpp0nfvqDCA

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则