How can I retrain a model after checking Concept Drift? #1076
-
HI. I'm new at RiverML framework, so my questions could be naive, but... sorry for that! How can I retrain a model after checking Concept Drift? Many thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hello @XaviMartiCamarasa, don't be sorry! We're all learning :) This is a bit of 1 million dollar question. I'm not sure about your context, so it's difficult to answer in detail. But in general, you would probably want to re-train your model after the concept drift. In River you can |
Beta Was this translation helpful? Give feedback.
Hello @XaviMartiCamarasa, don't be sorry! We're all learning :)
This is a bit of 1 million dollar question. I'm not sure about your context, so it's difficult to answer in detail. But in general, you would probably want to re-train your model after the concept drift.
In River you can
clone
a model. By default it will copy the model with its input parameters, but not the model's state. See here for more information.