View source: R/crossValidation.R
updateModelCached | R Documentation |
to allow caching without digesting the large data table and model
updateModelCached(..., cacheObj1 = NULL, cacheObj2 = NULL)
... |
arguments passed to |
cacheObj1 |
an object used by Cache for digesting, to avoid digesting the (potentially) large data arguments e.g.: model coefficients and a sample of a column drawn with a set seed. |
cacheObj2 |
an object used by Cache for digesting, to avoid digesting the (potentially) large data arguments e.g.: model coefficients and a sample of a column drawn with a set seed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.