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
gefragt vor 2 Jahren634 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen