Write Results to File
Find more posts tagged with
Sort by:
1 - 3 of
31
Can you access the repository also from a RapidMiner with GUI? Then You should still store the results in the repository and later view them with the RapidMiner GUI from the repository.
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
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
Best, Marius