How to put machine learning models into production

By Stack Overflow Blog - 2020-10-12

Description

The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers. As such, model deployment is ...

Summary

  • The goal of building a machine learning model is to solve a problem, and a machine learning model can only do so when it is in production and actively in use by consumers.
  • Here the question of batch vs. real-time data retrieval comes to mind, and this has to be considered before designing the ML system.
  • Your prediction data is TK (define it relative to training data) and it is rarely as neatly packaged as the training data, so you need to consider a few more issues related to how your model will receive data at inference time: In terms of programming languages for prototyping, model building, and deployment, you can decide to choose the same language for these three stages or use different ones according to your research findings.

 

Topics

  1. Backend (0.43)
  2. Machine_Learning (0.2)
  3. Database (0.16)

Similar Articles

Leading a Data Science Project from Scratch

By Medium - 2021-02-10

If you are new to leading a project in data science, you will have many questions despite having gone through the same steps one too many times as an intern, or an engineer in the team. When it comes…

30 Most Asked Machine Learning Questions Answered

By Medium - 2021-03-18

Machine Learning is the path to a better and advanced future. A Machine Learning Developer is the most demanding job in 2021 and it is going to increase by 20–30% in the upcoming 3–5 years. Machine…