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
Performance (Classification) question
Please note the left and right sides of my credit card data set for clustering:
Next comes the process, interrupted too long by Performance error messages. This is the latest bad thing: Missing label. Input Example Set does not have a label attribute. I checked the Set Role operator Parameters has an Attribute that is a Label.
I ran once more. Now I get Non-nominal label. The label attribute (Purchases_Frequency) must be nominal for the calculation of performance criteria for classification tasks.
I really want to see this through, to prove Performance (Classification) is worth all this time. Please send me some helpful suggestions. Thanks for your time.
Tony
Next comes the process, interrupted too long by Performance error messages. This is the latest bad thing: Missing label. Input Example Set does not have a label attribute. I checked the Set Role operator Parameters has an Attribute that is a Label.
I ran once more. Now I get Non-nominal label. The label attribute (Purchases_Frequency) must be nominal for the calculation of performance criteria for classification tasks.
I really want to see this through, to prove Performance (Classification) is worth all this time. Please send me some helpful suggestions. Thanks for your time.
Tony
Tagged:
0
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Then tried Shift + F7, nothing. Then clicked on the Run button and got this in Results.
Where did I go wrong? Thanks.
Tony
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
As no Label Attribute is necessary, Clustering can be used on unlabelled data and is an algorithm of unsupervised machine learning. The k-means algorithm determines a set of k clusters and assigns each Examples to exact one cluster. The clusters consist of similar Examples.
Somehow I think I need to have a label attribute, so in Set Role I chose Purchases Frequency as label. Is this not contrary to the purposes of a k-means operator, to be labeled?
Now to make Performance work, I need another Set Role with a different attribute which is nominal, not Purchases Frequency (green column) which is numeric.
The only way I understand this is to go back into TurboPrep to change Purchases Frequency attribute type to other than 'Number.'
Thanks for your time.