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
preguntada hace 2 años633 visualizaciones
1 Respuesta
1
Respuesta aceptada

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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas