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 get the ranks of unlabeled case using K-NN
inceptorfull
Member Posts: 44 Contributor II
Hi all, I have unlabeled data and want to get rank of its nearest cases so I can compare it with them, Its credit rating problems so I have unlabeled customers and want to know the nearest neighbor of them by ranking or how close they are to the good or bad customers
0
Answers
Have a look at this sample process using the Golf dataset.
also if you have more tutorial on that process i will be pleased to tell me, I will give you feedback soon thanks again apperciate it
I want to enter the unlabeled cases to be assigned for the most close similar case, using nearest neighbour, I donot know how to do it
it is something like that
https://dato.com/learn/userguide/nearest_neighbors/nearest_neighbors.html
thanks a gain
As you are assigning it to the missing labels, maybe try the operator 'Impute Missing Values' with k-NN inside it.
If what you are looking is what the k closest records to your sample record is then the similarity operators (such as Cross Distance) are what you need.
What do you want to happen in your process?
first of all, I want to enter training data to make the model train on ( Neural network or K-nn) whatever is okie,
then enter the unlableled data ( same as exampleset but with missing values in the label column)
the result to give me the best 5 closest and similar cases from the labeled data ( Exampleset) , so I donot know the right operator to use, secondly the results appear like that using the cross distance
but i want it to appear in something like that ( i used spss modeler but there isno predication in it )