Overview of Different Approaches to Deploying Machine Learning Models in Production

#artificialintelligence 

There are different approaches to putting models into productions, with benefits that can vary dependent on the specific use case. Take for example the use case of churn prediction, there is value in having a static value already that can easily be looked up when someone call a customer service, but there is some extra value that could be gained if for specific events, the model could be re-run with the newly acquired information. Each approach having its own set of benefits and tradeoffs that need to be considered. Models don't necessarily need to be continuously trained in order to be pushed to production. Quite often a model can be just trained ad-hoc by a data-scientist, and pushed to production until its performance deteriorates enough that they are called upon to refresh it. Data Scientists prototyping and doing machine learning tend to operate in their environment of choice Jupyter Notebooks.