Deploying and Optimizing the Models

Let’s find out how to handle AI models in production.

There is no such thing as a final version of an AI model. Our AI model’s work is never finished. Over time, our model needs to be updated and improved. This means that the data scientists must review and monitor previous project work even after the models are in production.

Monitoring our models

This is done to ensure that the models remain accurate, however that is defined by our company. One of the things our team should consider is how to monitor the models. Let’s consider the following two questions:

  • How can we ensure that our model is in ...