Extend the length of data used to fit a model and update the parameters to suit this new data.
stream(object, ...)
# S3 method for mdl_df
stream(object, new_data, ...)
An object (such as a model) which can be extended with additional data.
Additional arguments passed on to stream methods.
A dataset of the same structure as was used to fit the model.