mllib model in production web API

2016-10-11 Thread Nicolas Long
Hi all, so I have a model which has been stored in S3. And I have a Scala webapp which for certain requests loads the model and transforms submitted data against it. I'm not sure how to run this quickly on a single instance though. At the moment Spark is being bundled up with the web app in an

Re: mllib model in production web API

2016-10-15 Thread Nicolas Long
port >> or JPMML and then load it into a web container and score it, without Spark >> (possibly also with JPMML, OpenScoring) >> >> >> On Tue, Oct 11, 2016, 17:53 Nicolas Long <nicolasl...@gmail.com> wrote: >> >>> Hi all, >>> >>&