The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Deployment/Integration
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?
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?
0
Answers
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