How to export the correlation matrix generated in rapidminer to an excel file on my desktop

Chaitra
New Altair Community Member
Please let me know the process of storing the correlation matrix result on my desktop
Tagged:
0
Best Answer
-
Hi @Chaitra,
You have to use Matrix to ExampleSet operator (of the Converters extension) and
then the Write Excel operator like that :
Regards,
Lionel3
Answers
-
Hi @Chaitra,
You have to use Matrix to ExampleSet operator (of the Converters extension) and
then the Write Excel operator like that :
Regards,
Lionel3 -
Hi @Chaitra,
Please take a look at the "Matrix to ExampleSet" converter from Converters extension. Then you can store it anywhere (.csv, .excel, to Database, etc.)
https://marketplace.rapidminer.com/UpdateServer/faces/product_details.xhtml?productId=rmx_converters
YY1