A Batch Job ML Model Deployment
This blog post continues the ideas started in three previous blog posts. The code in this blog post can be found in this github repo. In previous blog posts I showed how to develop an ML model in such a way that makes it easy to deploy, and I showed how to create a web app that is able to deploy any model that followed the same design pattern. However, not all deployments of ML model are deployed within web apps. In this blog post I deploy the same model used in the previous blog posts as an ETL job.
Nov-25-2019, 09:34:21 GMT