Get Commands Corresponding Graphical Design
Hi everybody,
I've been working with the GUI version of rapidminer up until now , but now I have to run the things on a remote linux system which only provides CLI and not a GUI ,
I wanted to know if there's any way to convert is being done in the GUI (all those operators and settings and connections and settings) to commands which can be executed in CLI ?
Thanks,
Arian
I've been working with the GUI version of rapidminer up until now , but now I have to run the things on a remote linux system which only provides CLI and not a GUI ,
I wanted to know if there's any way to convert is being done in the GUI (all those operators and settings and connections and settings) to commands which can be executed in CLI ?
Thanks,
Arian
Tagged:
0
Answers
-
Hi,
there is the script called "rapidminer" in the scripts folder of the installation dir. You probably have to call chmod +x on it.
This post provides further information and even explains how to set macros from the command line.
Best, Marius0