Options

PMML Support

AB26511AB26511 Member Posts: 11 Contributor II
edited November 2018 in Help
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

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    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
  • Options
    AB26511AB26511 Member Posts: 11 Contributor II
    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.
  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    it's because the PMML standard does not cover this particular model type.

    Greetings,
      Sebastian
Sign In or Register to comment.