Learn R Programming

⚠️There's a newer version (2.5.2) of this package.Take me there.

pmml (version 1.3)

Generate PMML for various models

Description

The Predictive Model Markup Language (PMML) is an XML-based language which provides a way for applications to define statistical and data mining models and to share models between PMML compliant applications. More information about PMML and the Data Mining Group can be found at http://www.dmg.org. The generated PMML can be imported into any PMML consuming application, 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).

Copy Link

Version

Install

install.packages('pmml')

Monthly Downloads

2,308

Version

1.3

License

GPL (>= 2)

Maintainer

Tridivesh Jena

Last Published

August 17th, 2013

Functions in pmml (1.3)

pmml.cv.glmnet

Generate PMML for a glmnet object
pmml.hclust

Generate PMML for a hclust object
pmmlCanExport

Can this installation export PMML variables (particularly transforms).
pmml.ksvm

Generate PMML for a ksvm object
pmml.randomForest

Generate PMML for a Random Forest (randomForest) object
pmml

Generate PMML for an R object
pmmltoc

Generate C code from a PMML object - dummy function
pmml.rfsrc

Generate PMML for a Random Survival Forest (rsf) object
pmml.naiveBayes

Generate PMML for a Naive Bayes (naiveBayes) object
fileToXMLNode

Reads in a file and tries to parse it into an object of type XMLNode
addLT

Combines a given LocalTransformations Node with a preexisting PMML model
pmml.kmeans

Generate PMML for a kmeans object
pmml.multinom

Generate PMML for a multinomial (multinom) object
pmml.coxph

Generate PMML for a coxph object
pmml.lm

Generate PMML for an lm object
pmml.nnet

Generate PMML for a nnet object
pmmlLocalTransformations

Handle transforms for pmml export.
pmml.rules

Generate PMML for arules objects
pmml.glm

Generate PMML for a glm (stats) object
pmml.rpart

Generate PMML for an rpart object