Marshalling of 'caret:train' objects

# S3 method for train
marshal(train, ...)

# S3 method for train
marshallable(...)

Arguments

train

A caret::train object.

...

Not used.

Value

A marshalled object as described in marshal().

Details

bundle::bundle() is used to produce a marshalled version of the original object. bundle::unbundle() is used to reconstruct a version of the original object from the marshalled object.