jpmml / jpmml-r

Java library and command-line application for converting R models to PMML
GNU Affero General Public License v3.0
33 stars 8 forks source link

Support for decision engineering #7

Open vruusmann opened 6 years ago

vruusmann commented 6 years ago

When using "formula interface", it should be possible to apply transformations also on the label. For example, log(y) ~ . should be expanded into a two-step workflow, where the model first computes "raw" y value, and then applies the logarithmic transformation to it.