pmml2.5.2 package

Generate PMML for Various Models

add_attributes

Add attribute values to an existing element in a given PMML file.

add_data_field_attributes

Add attribute values to an existing DataField element in a given PMML ...

add_data_field_children

Add 'Interval' and 'Value' child elements to a given DataField element...

add_mining_field_attributes

Add attribute values to an existing MiningField element in a given PMM...

add_output_field

Add Output nodes to a PMML object.

file_to_xml_node

Read in a file and parse it into an object of type XMLNode.

function_to_pmml

Convert an R expression to PMML.

make_intervals

Create Interval elements, most likely to add to a DataDictionary eleme...

make_output_nodes

Add Output nodes to a PMML object.

make_values

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

pmml-package

pmml: Generate PMML for R Models

pmml.ada

Generate the PMML representation for an ada object from the package `a...

pmml.ARIMA

Generate PMML for an ARIMA object the forecast package.

pmml.coxph

Generate the PMML representation for a coxph object from the package `...

pmml.cv.glmnet

Generate the PMML representation for a cv.glmnet object from the packa...

pmml.gbm

Generate the PMML representation for a gbm object from the package `gb...

pmml.glm

Generate the PMML representation for a glm object from the package `st...

pmml.hclust

Generate the PMML representation for a hclust object from the package ...

pmml.iForest

Generate PMML for an iForest object from the isofor package.

pmml.kmeans

Generate the PMML representation for a kmeans object from the package ...

pmml.ksvm

Generate the PMML representation for a ksvm object from the package `k...

pmml.lm

Generate the PMML representation for an lm object from the package `st...

pmml.multinom

Generate the PMML representation for a multinom object from package `n...

pmml.naiveBayes

Generate the PMML representation for a naiveBayes object from the pack...

pmml.neighbr

Generate PMML for a neighbr object from the neighbr package.

pmml.nnet

Generate the PMML representation for a nnet object from package nnet...

pmml.randomForest

Generate the PMML representation for a randomForest object from the pa...

pmml

Generate the PMML representation for R objects.

pmml.rpart

Generate the PMML representation for an rpart object from the package ...

pmml.rules

Generate the PMML representation for a rules or an itemset object from...

pmml.svm

Generate the PMML representation of an svm object from the e1071 pac...

pmml.xgb.Booster

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

rename_wrap_var

Rename a variable in the xform_wrap transform object.

save_pmml

Save a pmml object as an external PMML file.

xform_discretize

Discretize a continuous variable as indicated by interval mappings in ...

xform_function

Add a function transformation to a xform_wrap object.

xform_map

Implement a map between discrete values in accordance with the PMML el...

xform_min_max

Normalize continuous values in accordance with the PMML element NormCo...

xform_norm_discrete

Normalize discrete values in accordance with the PMML element NormDisc...

xform_wrap

Wrap data in a data transformations object.

xform_z_score

Perform a z-score normalization on continuous values in accordance wit...

The Predictive Model Markup Language (PMML) is an XML-based language which provides a way for applications to define machine learning, statistical and data mining models and to share models between PMML compliant applications. More information about the PMML industry standard and the Data Mining Group can be found at <http://dmg.org/>. The generated PMML can be imported into any PMML consuming application, such as Zementis Predictive Analytics products. The package isofor (used for anomaly detection) can be installed with devtools::install_github("gravesee/isofor").

  • Maintainer: Dmitriy Bolotov
  • License: GPL-3 | file LICENSE
  • Last published: 2022-03-04