logoalt Hacker News

trentortoday at 7:34 AM1 replyview on HN

What do you mean with maintaining the model? I am puzzled.


Replies

fnandstoday at 7:50 AM

Data drift. The data you are doing real world inference on can start changing, meaning your model performance starts degrading, so the model needs to be retrained on new data (that you have to collect and prepare).

show 1 reply