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.
Write Results to File
In my process, I display the results which consist of the model, labeled data and performance. These are all displayed in the result window.
Now, I would need to write these results to a file. In the main process, I fill out the result file field, but no results are written. Why?
Now, I would need to write these results to a file. In the main process, I fill out the result file field, but no results are written. Why?
0
Answers
Best, Marius
You could also use Write CSV to write your labeled data to a plain text file. To write the performance to a file, you have to log it via the log operator, then use Log to Data to convert the log data to an Example Set and then again use Write CSV. For the model you have no option to create human readable output but to store it in the repository and later view it with the RapidMiner GUI.
Best, Marius