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
Exclamation mark in "Reterive"
pemguinkpl
Member Posts: 14 Contributor II
in Help
Hai,
i still new in rapid miner, may i ask
why my data have Exclamation mark???
i not understand what the means for
"parameter repository entry accesses a repository by name(//H1N1/test/2). This may not be portable when sharing processes."
anyone give some comment and help...thank you!!!
i still new in rapid miner, may i ask
why my data have Exclamation mark???
i not understand what the means for
"parameter repository entry accesses a repository by name(//H1N1/test/2). This may not be portable when sharing processes."
anyone give some comment and help...thank you!!!
0
Answers
If your processes and data are stored in different repositories (which we do not recommend) you can savely ignore the warning.
Regards,
Marius
I am having the same message in two "store" operators. One is used to store the wordlist from a "Process Documents" operator, and the other is used to store a model from a "X-Validation" operator. My data is being read from a mySQL database using the "Read Database" operator. Now I am developing this process on my laptop using the RapidMiner GUI. What I want is to integrate this process into a Java application (using the RapidMiner API) and then move the Java application on a server and be able to run the application (with the integrated process).
My problem is that when I move the Java application, the absolute paths in the "store" operators will not exist on the server and most likely I will get an error. How can I address this problem?
Many thanks,
Ahmad
very simple solution: Use RapidAnalytics
Regards,
Marco
You can also export your processes as a webservice and query them via http requests.
If you don't want to setup a RapidAnalytics instance, just make sure that the repositories on your local RapidMiner instance and the server instance have the same structure. If you use relative paths, you should be able to run your processes both on the laptop and on the server.
Btw, you can use relative paths in the store operators the same way as with the retrieve operators - just remove the leading absolute path prefix in the input field of the store operator.
Best,
Marius