Learn R Programming

pmmlTransformations (version 1.3.3)

Transforms Input Data from a PMML Perspective

Description

Allows for data to be transformed before using it to construct models. Builds structures to allow functions in the PMML package to output transformation details in addition to the model in the resulting PMML file. 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 . The generated PMML can be imported into any PMML consuming application, such as Zementis Predictive Analytics products, which integrate with web services, relational database systems and deploy natively on Hadoop in conjunction with Hive, Spark or Storm, as well as allow predictive analytics to be executed for IBM z Systems mainframe applications and real-time, streaming analytics platforms.

Copy Link

Version

Install

install.packages('pmmlTransformations')

Monthly Downloads

248

Version

1.3.3

License

GPL (>= 2.1)

Maintainer

Last Published

June 11th, 2019

Functions in pmmlTransformations (1.3.3)

MinMaxXform

Normalizes continuous values in accordance to the PMML element: NormContinuous
NormDiscreteXform

Normalize discrete values in accordance to the PMML element: NormDiscrete
RenameVar

Renames a variable in the WrapData transform object
FunctionXform

Add a function transformation to a WrapData object.
WrapData

Wrap raw data in an R object
MapXform

Implements a map between discrete values in accordance to the PMML element: MapValues
pmmlTransformations-package

Data Transformations for PMML output
DiscretizeXform

Discretizes a continuous variable to a discrete one as indicated by interval mappings. This is in accordance to the PMML element: Discretize
ZScoreXform

Performs a z-score normalization on continuous values in accordance to the PMML element: NormContinuous
Initialize

Initialize internal variables in a WrapData object