Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Sentiment Analysis

SilkeKochSilkeKoch Member Posts: 5 Learner I
Hi everyone,  
I am quite new to rapidminer and text analysis and I wonder how to find out which words are important for the positiv or the negativ class. Do I really just look at the word vectors? I learned in an rapidminer tutorial that you can use Naive bayes and you get the distribution table. 
I do use the sentiment template from rapidminer which uses SVM and replaced it with naive bayes but did not get the distribution table.

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,531 RM Data Scientist
    Hi,
    if it is a linear svm, then it has a "wei" port which can be used Further the operator "Explain Predictions" may be very helpful for you.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    You could also separately run a Weight by (choose your favorite measure) operator once you have your word vector created and your label defined.
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
  • SilkeKochSilkeKoch Member Posts: 5 Learner I
    Thank you very much for your help. I tried both. If there is any tutorial, book, text etc to understand the "values" of the weights better, let me know :)
    Many thanks!
Sign In or Register to comment.