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
Answers
David
here is the process XML. thanks for your response
<?xml version="1.0" encoding="UTF-8"?><process version="9.5.001">
Thanks for sharing the process. The "Nominal to text" was applied to all attributes. Do you want to apply text processing on all attributes? Usually, I only need to apply the nominal to text conversion on one single column(nominal attribute).
One more potential issue is that there is new keywords in the second input data. So I would suggest using the "wordlist" from the first input data, and reuse this wordlist on second data.
Hope it helps.
YY
What I also saw in your process, that in the first Process Documents from Data operator, all operators all operators are disabled. To apply the model on a test set, you need to apply the same transformations on both data sets.
David
thank you, I have try to change it on one single column only. but it going to be error for my "SVM" operator which is "missing attribute"
where I should put the "wordlist" operator?
error at performance operator :
non-nominal label
the label attribute(id) must be nominal for the calculation of performance criteria for classification tasks. certain learning schemes and algorithms require the label to be nominal
here is the data in CSV:
But in your data the IDs are unique and so can't be used as labels for a classification problem (how should an algorithm learn to detect the right label, if each only appears one time). So perhaps you need to rephrase your learning task first and then update your process accordingly.
David