Options

Running experiment offline (skipping the GUI)

sskweksskwek Member Posts: 1 Contributor I
edited November 2018 in Help
I have generated a bunch of workflow (.aml and .properties files). Is there a way to run them from command line without having to open the files in the GUI?

Answers

  • Options
    MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    in the scripts folder in the RapidMiner installation directory there is a script which you can use to start RapidMiner without the GUI. Depending on your operating system it's rapidminer (for Linux; you need to issue "chmod +x" on it before executing it) or rapidminer.bat (on windows).

    To execute a process, simply issue
    rapidminer //NewLocalRepository/path/to/process/as/seen/in/RapidMinerGUI
    Substitute "NewLocalRepository" by the name of your repository in RapidMiner.

    A longish, but more detailed discussion can be found here: http://rapid-i.com/rapidforum/index.php/topic,5064.0.html

    Best, Marius
Sign In or Register to comment.