Aug 28, 2017 · 1 min read
Nice article, Nik!
I have faced pretty much the same issues with AWS Lambda and scikit-learn last year (plus a few more, related to importing OS dependencies into the Python interpreter at run-time).
You can find out more about our use case on Jeff Barr’s blog: https://aws.amazon.com/blogs/aws/machine-learning-recommendation-systems-and-data-analysis-at-cloud-academy/
And here’s the code on GitHub of a simple scikit-learn model for sentiment analysis: https://github.com/cloudacademy/sentiment-analysis-aws-lambda
