Description Usage Arguments Details Value Author(s)
View source: R/update.ftrlprox.r
Continue training model on new data
1 2 3 |
object |
the model object |
newX |
new feature vectors. This needs to be the same features as used in previous training rounds for this object. |
newY |
new observations |
num_epochs |
number of times we should traverse over the training data, defaults to 1. |
save_loss |
is to save the loss function during training. This will be appended to previous loss vector. |
... |
additional args |
As FTRL PRoximal is an online algorithm it is possible to continue training the model on new data. This can be good if for for example the size of the dataset is too large to keep in memory or new data is getting available after some time.
ftrlprox model object
Vilhelm von Ehrenheim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.