PMML Support

AB26511
AB26511 New Altair Community Member
edited November 5 in Community Q&A
Hi All,

Now Rapid Miner is supporting the PMML Language.I want to deploy model from Rapid Miner to another tool.Please let me know that how we can export the PMML code from Rapid mIner & import it in another tool to deploy the model. Guys if any one of us had implemented it Please let me know.


Thanks,

Amit
Tagged:

Answers

  • land
    land New Altair Community Member
    Hi,
    exporting is quite easy:

    1. Install PMML extension.
    2. Generate a supported model.
    3. Forward Modell to Write PMML operator which will write the PMML file

    You can then deploy it to any other compatible application. This is application dependent, so I can't help you much. Probably it is importing the file...

    Greetings,
      Sebastian
  • AB26511
    AB26511 New Altair Community Member
    Thanks a lot Sebastian. I followed  the steps as suggested by you but, error message is displayed as "The class MY KLRModel cannot be exported to PMML. For some classes are No PMMLwriter available due to restrictions of the standard or other technical reasons"

    Is it because due to some limitations of Write PMML operator in RapidMiner?

    Please advice.
  • land
    land New Altair Community Member
    Hi,
    it's because the PMML standard does not cover this particular model type.

    Greetings,
      Sebastian