Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
How to move a process running on local windows to a linux machine
Hi,
I designed a process to load data and run a NN model on local windows machine for a small data set. Now wanted to move the process to run on a remote linux machine on a much larger data set. What files need to copied to linux box in order to run there on commandline batch mode without GUI? (GUI is way too slow on the x-window so duplicating the process using GUI design is not an option). Both RM version is 5.2.
Thanks,
KV
I designed a process to load data and run a NN model on local windows machine for a small data set. Now wanted to move the process to run on a remote linux machine on a much larger data set. What files need to copied to linux box in order to run there on commandline batch mode without GUI? (GUI is way too slow on the x-window so duplicating the process using GUI design is not an option). Both RM version is 5.2.
Thanks,
KV
Tagged:
0
Answers
1.process file is in ur repository "ProcessName.rmp" or you can export it as XML. I personally move rmp files directly from my repository.
2. running without gui has been discussed here recently and a short howto is there as well.
e.g.:http://rapid-i.com/rapidforum/index.php/topic,5064.msg18225.html#msg18225
I would recommend you to install RapidAnalytics Community Editon on the linux machine.
This gives you the ability to run the process remotely without copying a file.
Best,
Nils