if you want to update the *data* but not the model itself, you can dynamically add data to the training data set (make sure it's annotated and verified). The new predictions will automatically move forward in time as new data is added. This will not retrain the model, it will just incorporate new data into the prediction (i.e. predicting a new day in the future if you add a new day to the training data set).