## S3 method for class 'glm':
pmml(model, model.name="General_Regression_Model", app.name="Rattle/PMML",
description="Generalized Linear Regression Model", copyright = NULL, transforms
= NULL, ...)
glm
object contained in an object of class
glm
.XMLNode
as that defined by the saveXML
. Use of PMML and pmml.glm
requires the
This function is used to export the structure of a general regression model to any PMML consuming applications, such as the Zementis ADAPA and UPPI scoring engines which allow for predictive models built in R to be deployed and executed on site, in the cloud (Amazon, IBM, and FICO), in-database (IBM Netezza, Pivotal, Sybase IQ, Teradata and Teradata Aster) or Hadoop (Datameer and Hive).
PMML home page:
A. Guazzelli, W. Lin, T. Jena (2012), /emph{PMML in Action: Unleashing the Power
of Open Standards for Data Mining and Predictive Analytics}. CreativeSpace
(Second Edition - Available on Amazon.com -
A. Guazzelli, M. Zeller, W. Lin, G. Williams (2009), /emph{PMML: An Open Standard for Sharing Models}. The R journal, Volume 1/1, 60-65
pmml
.