Result writer into excel

sudheendrasudheendra MemberPosts:22Maven
edited June 2019 inHelp
Hai,

How can I write my result into an excel sheet. My intention is to save the aggregate functions(SD,AVG etc) and to take it again into RM for further analysis. I am using the following process

DatabaseExampleSource[1] (DatabaseExampleSource)
+- Nominal2Numerical[0] (Nominal2Numerical)
+- Aggregation[1] (Aggregation)
+- ResultWriter[1] (ResultWriter).

Here I am getting the result as .res file, but not getting in excel format after saving it with .xls format.

Thanks,
Sekhar
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:2,531Unicorn
    Hi,
    if you are going to write an ExampleSet, you should take a look at the ExampleSetWriter, not the generic ResultWriter. There's an operator called ExcelExampleSetWriter, which does want the name already says: Writing an example set into an excel file.

    Greetings,
    Sebastian
Sign InorRegisterto comment.