Hi,
In our work, we have a large-scale logistic regression model we hate to train everyday. Is there a way we can somehow update the existing model with the new day's data?
Currently, we re-train the model daily with the past ninety-day (sliding window) data. And we use the L1-regularizer.
Using the existing model as a starting point, we could have incrementally updated it with new data, like some existing online training method. But how do we enforce the L1-regularizer?
I have been searching for a while on publication about this but no find so far. Can anyone shed some light on me?
Thanks much,
-Peter
In our work, we have a large-scale logistic regression model we hate to train everyday. Is there a way we can somehow update the existing model with the new day's data?
Currently, we re-train the model daily with the past ninety-day (sliding window) data. And we use the L1-regularizer.
Using the existing model as a starting point, we could have incrementally updated it with new data, like some existing online training method. But how do we enforce the L1-regularizer?
I have been searching for a while on publication about this but no find so far. Can anyone shed some light on me?
Thanks much,
-Peter