The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to view data
Hi,
Another new fan of this great piece of software...
Anyways, I am currently working on a multiclassification problem.
Of which I have been able to get pretty decent perfromance..
So, I have the performance matrix which tells me the predicted class vs the true class and then example set which contains the list of attributes etc.
But I want to see which example is assigned to which class instead of just the overview which the performance matrix gives.
Because in the end, I am more interested on seeing the "live" example result rather than the statistical measures.
Any clue how can I view that
Thanks
Another new fan of this great piece of software...
Anyways, I am currently working on a multiclassification problem.
Of which I have been able to get pretty decent perfromance..
So, I have the performance matrix which tells me the predicted class vs the true class and then example set which contains the list of attributes etc.
But I want to see which example is assigned to which class instead of just the overview which the performance matrix gives.
Because in the end, I am more interested on seeing the "live" example result rather than the statistical measures.
Any clue how can I view that
Thanks
0
Answers
You have to use the apply model operator with the trained model and the unlabelled data you want to predict.
Here's a fake example that shows this. It also shows the performance of this and highlights overfitting. regards
Andrew
Thanks for replying. Can you please explain what was that "xml" looking script..
I am mostly working on gui.
I had data saved as csv file
So i imported that csv... did the X-validation..
In X-validation I applied k-nn model.. and thats it.
I never wrote any script..
look for the process tab (middle, near top)
there should be an xml tab beside that
you can copy and paste xml in there and hit the green checkmark and it will use that as your process
it overwrites whatever is in the current process so best to do it on a new, blank process
Thanks!! Also just wanted to convey that I used the info from your blog only to get started (k-NN for document classification).
A quick question.
You usedthe cosine similarity for a measure in k-NN
But I am not able to do so..:(
whenever I try that it says the attributes are not numeric.. Hence i end up using the default measure...
I have like watched that video so many times on hope that maybe i missed something but am not able to spot that out.
I reckon I have to specify when I am importing the data file.
I have data as a csv file??
Thanks
Here is my xml file..
otherwise, you could try forcing them to numeric using the nominal to numeric operator
HTH
NM