|
|
|
|
|
by logophobia
1156 days ago
|
|
That's a pretty standard part of MLOps. I have a fraud model in production, it's being incrementally retrained each week, on a sliding window of data for the last x-months. You can do it "online", which works for some models, but for most need monitoring to make sure they don't go off the rails. |
|
I still think of how humans work. We don't get retrained from time to time to improve, we learn continually as we gain experience. It should be doable in at least some cases, like classification where it's easy to tell if a label is right or wrong.