updateModelCached: CACHE-COMPATIBLE MODEL UPDATE

View source: R/crossValidation.R

updateModelCachedR Documentation

CACHE-COMPATIBLE MODEL UPDATE

Description

to allow caching without digesting the large data table and model

Usage

updateModelCached(..., cacheObj1 = NULL, cacheObj2 = NULL)

Arguments

...

arguments passed to update

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.


CeresBarros/ToolsCB documentation built on Aug. 23, 2024, 4:22 p.m.