how do you export the results table
Hi.
First of all, thanks for all the members here for getting me started.
I am able to make the start now and have started delving into actual ML stuff.
So, I am trying to build a simple k-NN classifier and I have been able to succesfully test it in unlabelled data.
I have a very basic question.
In the results section, the tables we get..
how do we export those tables in excel sheet
The table in --> Example set--> Data view.
How do i export the tables which can be read in excel format.
Thanks.
First of all, thanks for all the members here for getting me started.
I am able to make the start now and have started delving into actual ML stuff.
So, I am trying to build a simple k-NN classifier and I have been able to succesfully test it in unlabelled data.
I have a very basic question.
In the results section, the tables we get..
how do we export those tables in excel sheet
The table in --> Example set--> Data view.
How do i export the tables which can be read in excel format.
Thanks.
0
Best Answer
-
colo MemberPosts:236MavenHi frazman,
since you can see the results in the results view, you have probably connected the data flow from the last operator to the results port of the process. If you just append the "Write Excel" operator to the end of the process, you can easily export the table (the things you see in the data view) into an excel file.
Regards
Matthias11
Answers
EDIT: Apparently only enterprisers get this nice feature: In my case, neither seems to work because I have association rules and the "Write to xxx" operators all want an example set. Although there is a conversion operator that goes from frequent item sets to data, there doesn't seem to be one for association rules. Any ideas about that?
Dortmund, Germany