Given a CuML model, serialize its state into a connection.
cuda_ml_serialize(model, connection = NULL, ...) cuda_ml_serialise(model, connection = NULL, ...)
model | The model object. |
---|---|
connection | An open connection or |
... | Additional arguments to |
NULL
unless connection
is NULL
, in which case
the serialized model state is returned as a raw vector.