Deploying a process
lmsasu
New Altair Community Member
Hello,
once a DM process is created inside RapidMiner, is it possible to deploy it as a stand-alone application? Could I get a JAR file which can be called through the an API from my own code?
thanks,
Lucian
once a DM process is created inside RapidMiner, is it possible to deploy it as a stand-alone application? Could I get a JAR file which can be called through the an API from my own code?
thanks,
Lucian
Tagged:
0
Answers
-
Dear Lucian,
you have at least those options:- create the process with the GUI and execute it via the command line version of RapidMiner
- create the process with the GUI and execute it via your own Java code by including the libs and creating the Process object from the XML
- create the process with the GUI and execute it via your own Java code by including the libs and creating the Process object programatically
- upload the process to RapidAnalytics and create a service from it with a few clicks in the web interface
http://rapid-i.com/content/view/305/232/
(especially no 3 but it's probably the best idea to watch them in order) show you how this works.
Cheers,
Ingo0