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
Selecting Tokenized Attributes
Hey guys,
Using Rapidminer for the first time for one of my university subjects. I'm trying to make a decision tree that uses the least_square criterion as it has a numerical attribute as the label.
The data deals with Youtube attributes and I am trying to tokenize the tag column (which I can successfully do) and then select each tag individually using the "Select Attribute" operator so that I can input the data into the decision tree and have the number of likes column be the label for the decision tree.
The problem is when I process the tag data and tokenize it, I can only select the attribute "text" rather than each token individually. Is there a way around this or a way I can select each token to input into the data set?
Sorry if I worded it confusingly,
Thanks for the help!
Using Rapidminer for the first time for one of my university subjects. I'm trying to make a decision tree that uses the least_square criterion as it has a numerical attribute as the label.
The data deals with Youtube attributes and I am trying to tokenize the tag column (which I can successfully do) and then select each tag individually using the "Select Attribute" operator so that I can input the data into the decision tree and have the number of likes column be the label for the decision tree.
The problem is when I process the tag data and tokenize it, I can only select the attribute "text" rather than each token individually. Is there a way around this or a way I can select each token to input into the data set?
Sorry if I worded it confusingly,
Thanks for the help!
0
Best Answer
-
lionelderkrikor RapidMiner Certified Analyst, Member Posts: 1,195 UnicornHi @gn582,
If I good understand, you want select only the token attributes and exclude the "text" attribute ?
In this case :
- select attribute filter type = single
- select your "text" attribute
AND
- check invert selection
Regards,
Lionel1
Answers
Thanks again
Good luck for your study !
Regards,
Lionel