savePMML | R Documentation |
Save rtemis model to PMML file
savePMML(
x,
filename,
transforms = NULL,
model_name = NULL,
model_version = NULL,
description = NULL,
copyright = NULL,
...
)
x |
rtemis model |
filename |
Character: path to file |
transforms |
List of PMML transformations |
model_name |
Character: name of the model |
model_version |
Character: version of the model |
description |
Character: description of the model |
copyright |
Character: copyright information |
... |
Additional arguments passed to pmml::pmml() |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.