Skip to content
/ pmml Public

❗ This is a read-only mirror of the CRAN R package repository. pmml — Generate PMML for Various Models. Homepage: https://open-source.softwareag.com/r-pmml/https://github.com/SoftwareAG/r-pmmlhttps://www.softwareag.com/corporate/products/az/zementis/default.html Report bugs for this package: https://github.com/SoftwareAG/r-pmml/issues

License

Notifications You must be signed in to change notification settings

cran/pmml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pmml

CRAN status R-CMD-check Codecov test coverage

Overview

Export various machine learning and statistical models to PMML and generate data transformations in PMML format.

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

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.

About

❗ This is a read-only mirror of the CRAN R package repository. pmml — Generate PMML for Various Models. Homepage: https://open-source.softwareag.com/r-pmml/https://github.com/SoftwareAG/r-pmmlhttps://www.softwareag.com/corporate/products/az/zementis/default.html Report bugs for this package: https://github.com/SoftwareAG/r-pmml/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages