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

pmml

Overview

This package contains functions to export various machine learning and statistical models to PMML, as well as generate data transformations in PMML format.

For a description of the supported packages, see the Supported Packages and Additional Functions vignette.

Installation

You can install the released version of pmml from CRAN with:

install.packages("pmml")

Example

library(pmml)

# Build an lm model
iris_lm <- lm(Sepal.Length ~ ., data=iris)

# Convert to pmml
iris_lm_pmml <- pmml(iris_lm)

# Write to file
# save_pmml(iris_lm_pmml,"iris_lm.pmml")

Please note that this project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

Copy Link

Version

Down Chevron

Install

install.packages('pmml')

Monthly Downloads

2,344

Version

2.1.0

License

GPL-3 | file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 13th, 2019

Functions in pmml (2.1.0)