0 votes
in Data Science by
How should you maintain a deployed model?

1 Answer

0 votes
by

The steps to maintain a deployed model are:

  • Monitor 

Constant monitoring of all models is needed to determine their performance accuracy. When you change something, you want to figure out how your changes are going to affect things. This needs to be monitored to ensure it's doing what it's supposed to do.

  • Evaluate

Evaluation metrics of the current model are calculated to determine if a new algorithm is needed. 

  • Compare

The new models are compared to each other to determine which model performs the best. 

  • Rebuild

The best performing model is re-built on the current state of data.

Related questions

+1 vote
asked May 27, 2021 in Data Science by sharadyadav1986
+2 votes
asked May 28, 2021 in Data Science by sharadyadav1986
...