Supported Packages and Additional Functions

Introduction

This vignette lists the packages and model types exported by pmml, as well as data transformations and functions that extend the basic exporter functionality.

Supported packages

This package supports the following packages and model types:

Data transformations

The following functions are used to transform input data.

The general methodology is to first wrap the data with xform_wrap, and then perform transformations using the above functions.

Additional functions

The following functions allow additional operations, such as creating specific nodes and adding attributes. For more information, check the documentation for each function.

References