DyfanJones / aws-step-functions-data-science-sdk-r

Step Functions Data Science SDK for building machine learning (ML) workflows and pipelines on AWS
https://dyfanjones.github.io/aws-step-functions-data-science-sdk-r
Other
1 stars 0 forks source link

Decouple R6sagemaker #16

Closed DyfanJones closed 3 years ago

DyfanJones commented 3 years ago

Currently R6sagemaker is a "soft" dependency as it is only required for sagemaker classes. However if a users is using python sagemaker through reticulate then stepfunctions should be able to support it.

Goal to support R6sagemaker and python sagemaker through reticulate

DyfanJones commented 3 years ago

Note: this ticket is unlikely due to how nested sagemaker workflow is. Will close this ticket for the time being.