
In the previous post, it is discuss how to develop and package an R machine learning model. In this post, I'll illustrate how to deploy the model via AWS Lambda.

In the previous post, it is discuss how to develop and package an R machine learning model. In this post, I'll illustrate how to deploy the model via AWS Lambda.

In this post, I'll demonstrate how to test and develop a logistic regression model developed in R. Also the model will be packaged for AWS Lambda.
Wrap Python boto calls for Amazon S3 in an R package, rs3helper, where the Python scripts return JSON so R parses it as vectors and data frames.
Call a SOAP web service from Python with the suds library, a job R has no comprehensive client package for, demonstrated on the Sizmek MDX API.
Write Python in an object-oriented style, shown with SOAP API client classes, and a reading order for the Introducing Python book by chapter group.