Updating model with new data?

Hello,

Is it possible to update an existing model with new data? For instance, say you trained a bunch of data and generated a model out of it. Then down the line you have new data and you want to update the model with this new data is that possible or would you need to retrain from scratch again with the new data?

note: I’m using he C API to train my model