Learn R Programming

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

pmml (version 1.5.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 . 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.5.3

License

GPL (>= 2.1)

Maintainer

Tridivesh Jena

Last Published

November 28th, 2017

Functions in pmml (1.5.3)

addDFChildren

adds 'Interval' and 'Value' child elements to a given DataField element in a given PMML file
audit

Artificially constructed dataset
AddAttributes

adds attribute values to an existing element in a given PMML file
addDDAttributes

adds attribute values to an existing DataField element in a given PMML file
fileToXMLNode

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

adds a LocalTransformations element to a given PMML file.
pmml.coxph

Generate PMML for coxph objects
makeValues

Create Values element, most likely to add to a DataDictionary element
functionToPMML

Convert an R expression to PMML.
pmml

Generate PMML for R objects
houseVotes84

Modified 1984 United States Congressional Voting Records Database
pmml.ada

Generate PMML for ada objects
makeOutputNodes

Add Output nodes to a PMML object.
addMSAttributes

adds attribute values to an existing MiningField element in a given PMML file
pmml.gbm

Generate PMML for genralized boosting tree objects
addOutputField

Add Output nodes to a PMML object.
pmml.glm

Generate PMML for glm objects
pmml.randomForest

Generate PMML for randomForest objects
pmml.rules

Generate PMML for arules objects
pmml.rfsrc

Generate PMML for rfsrc objects
pmml.cv.glmnet

Generate PMML for glmnet objects
pmml.nnet

Generate PMML for nnet objects
makeIntervals

Create Interval elements, most likely to add to a DataDictionary element
pmml.lm

Generate PMML for lm objects
pmml.neighbr

Generate PMML for a neighbr object from the neighbr package.
pmml.naiveBayes

Generate PMML for naiveBayes objects
pmmltoc

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

Generate PMML for hclust objects
savePMML

saves a xml object as an external PMML file.
pmml.ksvm

Generate PMML for ksvm objects
pmml.kmeans

Generate PMML for kmeans objects
pmml.multinom

Generate PMML for multinom objects
pmml.xgb.Booster

Generate PMML for a xgb.Booster object from the xgboost package
pmml.rpart

Generate PMML for rpart objects
pmmlCanExport

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

Generate PMML for svm objects