2

I have built an Asscociation Rule Analysis in KNIME and now I want to export those rules to PMML for further usage outside of KNIME.

Is it possible to export association rules to PMML in KNIME?

Any help would be great!

Nisse
  • 31
  • 2
  • No, I think that is not possible with KNIME yet. At least not easily. You can create the PMML's XML as a String after you have merged the output table to a single row using a Java Snippet, convert that String to XML, that XML to PMML and use PMML Writer to save as a PMML. – Gábor Bakos May 12 '16 at 11:54
  • If you can build your model in R, it's easy to export it as PMML. Just an alternative! – Eissa N. May 13 '16 at 06:21

0 Answers0