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
Tf-IDF in data values
olgakulesza2
Member Posts: 15 Learner III
Hello,
I have such data:
I want to generate TF IDF to know which values are the most popular and discriminatory.
Do you know how can I apply TF IDF on theese data?
0
Answers
Hi @olgakulesza2,
Here a general template of process to obtain the TF-IDF (to adapt to your own data) :
I hope it helps,
Regards,
Lionel
Thank you @lionelderkrikor!
And do you know, how now filter only these values with the highest tf idf generated?
Hi again @olgakulesza2,
Yes, simply use WordList to Data and Sort operators at the end of the process :
Regards,
Lionel
Dear @lionelderkrikor
I have some problems with it. When I apply Sort or Filter Examples operators I got this:
Attribute name is empty.
Here my code:
@olgakulesza2,
It's a problem of data propagation : Sometimes it happens....
First try to go to menu Process --> Check Synchronize Meta Data with Real Data.
If attribute name is always empty, type directly the name of your attribute.
In your case, it's a priori the attribute total generated by the WordList to Data operator :
I hope it helps,
Regards,
Lionel