在SageMaker ML pipelines中使用R模型

0

【以下的问题经过翻译处理】 在SageMaker ML Pipelines中使用R模型训练和服务是否可行?我在这你查看过了。看起来目前ML Pipelines并没有完全支持R语言。如果有任何例子或成功的案例,敬请分享。

profile picture
EXPERT
asked 8 months ago12 views
1 Answer
0

【以下的回答经过翻译处理】 一般而言,可以使用R语言中的reticulate软件包来调用SageMaker的python SDK和boto3。但是,目前没有R语言下直接使用SageMaker Pipelines的示例。

可以使用R Containers来编排生产流水线的训练和服务,并使用reticulate和SageMaker Python SDK来设置DAG,并通过AWS Step Functions实现。请参考以下示例进行参考。

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

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions