The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
RapidMiner Server INFO: No filename given for result file, using stdout for logging results!
Hi,
I didn't specify any operators in my process to store results but ran it on the server. It ran successfully but the message in the title was in the logfile. My question is, where can I access the results without using store operators? Or do I have to add them to any process run on the server?
Tagged:
0
Best Answer
-
Edin_Klapic Moderator, Employee, RMResearcher, Member Posts: 299 RM Data Scientist
Hi @thapli_64,
The results of processes you execute on RapidMiner Server are only stored if you explicitly use a "Store" Operator. It has the same behavior as RapidMiner Studio, i.e. an Repository object is created.
Unlike in Studio the Repository objects are not stored on disk but in the RapidMiner Server database.
Best regards,
Edin
1
Answers
yes @thapli_64 any results should be stored somewhere.
Scott
@sgenzer thanks for the reply. Is there a standard place the results are stored to if I didn't specify any store operators? I don't see anything from the web UI I have been using to monitor processes.
@Edin_Klapic thaks for your response- I figured as much and have been doing it this way.