Deploying a process

lmsasu
lmsasu New Altair Community Member
edited November 5 in Community Q&A
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
Tagged:

Answers

  • IngoRM
    IngoRM New Altair Community Member
    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
    The last option is the easiest one and from my point of view by far the best one. The video tutorials at

    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,
    Ingo