David Kretch
David Kretch
Hello, thank you for trying out Paws. Sorry that there aren't any working examples. I'll try to put together a working Sagemaker example in the next couple days. As a...
Awesome, thanks @DyfanJones! I'll add this to the examples folder. I'll also look into BYOA this weekend.
Hello again, thanks for waiting. I spent some time on this, and found [a Jupyter Notebook example here](https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/r_bring_your_own/r_bring_your_own.ipynb). In short, you need to build a custom Docker container with R...
Unfortunately this isn't something we're familiar with. I was able to get the training part of [Amazon's example](https://github.com/awslabs/amazon-sagemaker-examples/blob/master/advanced_functionality/r_bring_your_own/r_bring_your_own.ipynb) working, after: 1. Creating an IAM role for SageMaker. 2. Changing `mars.R`...
Very cool. I'll try to put a document together but I am very behind and very busy so it will be a while. Sorry.
Thanks! I'll add a link to the package in the readme.
Hey sorry, yeah that is inconvenient. Paws doesn't have anything that does that directly. At some point there will be a [`download_file`](https://github.com/paws-r/paws/blob/main/make.paws/R/custom/s3.R) operation for S3 that will download a file...
@techisdead That sounds great! Happy to use your code, discuss, or accept a PR. One thing I'd want to check on is if it's possible to avoid writing to the...
Oh right, sorry, that's perfect. Thank you!
Thanks! I would like to work on this but unfortunately don't have the time right now, sorry to say, but hopefully one of the items below may help. A couple...