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
Get Commands Corresponding Graphical Design
aryan_hosseinza
Member Posts: 74 Contributor II
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
0
Answers
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, Marius