Using the ML Model Base Class
Using Flask to deploy an ML model
This blog post continues the ideas started in two previous blog posts.
The code in this blog post can be found in this github repo.
Introduction
In previous blog posts I showed how to build a simple base class for abstracting machine learning models and how to create a…