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
Text Mining for user comments from different business units
Hello All
I have a data in excel which has 1000 rows and 10 columns.
each row represent a record about an customer and the various column have attributes of customer such as ID, business Unit, Location, Revenue Group, Product Subscribed etc. and One column which have feedback of Customer.
I want to analyze the Feedback column using text processing and gain insights by different product, location, Business Unit etc.
I am able to create a frequency count of words in Feedback column if I use a new data having only Feedback column.
This way I can't distinguish the impact by location e.g There are 4 locations Loc1,Loc2,Loc3,Loc4, for each location I want to know which words are appearing most in the feedback
Please help me in achieving this.
I am new to rapid Miner and in the phase of learning
Thanks
Deepak
I have a data in excel which has 1000 rows and 10 columns.
each row represent a record about an customer and the various column have attributes of customer such as ID, business Unit, Location, Revenue Group, Product Subscribed etc. and One column which have feedback of Customer.
I want to analyze the Feedback column using text processing and gain insights by different product, location, Business Unit etc.
I am able to create a frequency count of words in Feedback column if I use a new data having only Feedback column.
This way I can't distinguish the impact by location e.g There are 4 locations Loc1,Loc2,Loc3,Loc4, for each location I want to know which words are appearing most in the feedback
Please help me in achieving this.
I am new to rapid Miner and in the phase of learning
Thanks
Deepak
0
Answers
you can do it with the Loop Values operator and a Filter Examples inside.
Loop Values loops over the values of an attribute and sets a macro to the current value. Inside the loop you can filter your example set to contain only examples where the chosen attribute has the current value.
In the example below I loop over the values of the label, but you can choose any other nominal or integer attribute. Just be sure to change it in both the Loop Values operator and in the expression of Filter Examples.
Best, Marius