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.
"[solved] How to move examplesets from Linux to Windows?"
Hi All,
I am planning a data conversion process that will run on Linux and convert 50 files into 50 examplesets.
I am an RM beginner. I suppose after generating my 50 examplesets it is possible to save my examplesets into my local repository (on Linux).
I prefer to use RM on Windows, however the data translation that I am using is much easier on Linux.
What is the recommended way to make those 50 examplesets available to me on Windows?
One approach would be to send the examplesets to a database output operator on Linux, then connect the same database from Windows.
For the file-based approaches that do not require a data server (e.g. data output to CSV), is there any of the file formats that is a particularly good choice in terms of fully preserving the exampleset format?
Thanks,
Owen
I am planning a data conversion process that will run on Linux and convert 50 files into 50 examplesets.
I am an RM beginner. I suppose after generating my 50 examplesets it is possible to save my examplesets into my local repository (on Linux).
I prefer to use RM on Windows, however the data translation that I am using is much easier on Linux.
What is the recommended way to make those 50 examplesets available to me on Windows?
One approach would be to send the examplesets to a database output operator on Linux, then connect the same database from Windows.
For the file-based approaches that do not require a data server (e.g. data output to CSV), is there any of the file formats that is a particularly good choice in terms of fully preserving the exampleset format?
Thanks,
Owen
Tagged:
0
Answers
Export/Data and Import/Data operators.
E.g. Export/Data/Write Arff with Import/Data/Read Arff
Comparing example sets appeared the same after a round trip Win7->Linux->Win7.
Export/Write and Import/Read worked too and seem very general, working with RM native formats, though I would assume that these operators would require you to be running the *exact* same version of RM on Windows and Linux.