Options

Deployment/Integration

prologprolog Member Posts: 4 Contributor I
edited November 2018 in Help
I have built a classification model on Rapidminer.

How do I deploy the model to be used with other external applications?
I have an external application that supplies input to the model  (one row at a time). The application needs the output of the model (single classification result at a time)


What is the easiest way to go about this?

Answers

  • Options
    landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    the easiest way is to ask at rapid-i.com for a quote.

    The second easiest way for me would be to deploy an appropriate RapidMiner process as a webservice using RapidAnalytics.

    The third easiest way is to write java code that initializes RapidMiner, builds an appropriate process and finally executes it and retrieves the results line by line.

    Sorry, for a more detailed explanation I'm missing details in your request...

    Greetings,
      Sebastian
Sign In or Register to comment.