PMML Compiling Predictor

This node translates a PMML model into Java scoring code and compiles it into bytecode. It then executes the code with the data from the second port. The precompilation can significantly speed up the scoring process for huge amounts of data. For small data sets the translation process might be too big of an overhead. Currently supported PMML models are all those generated by KNIME plus Naive Bayes:

  • Regression
  • SVM
  • MLP
  • K-Means Clustering
  • Decision Trees
  • Naive Bayes
  • Rulesets
  • Ensembles of the above

Options

Change prediction column name
When set, you can change the name of the prediction column.
Prediction Column
The possibly overridden column name for the predicted column. (The default is: Prediction (trainingColumn).)
Append columns with normalized class distribution
Shows the normalized class distribution for each prediction (If applicable, eg for classification models).
Suffix for probability columns
Suffix for the normalized distribution columns. Their names are like: P (trainingColumn=value).

Input Ports

Icon
The model to be used for scoring
Icon
The data to be scored

Output Ports

Icon
The scored data

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.