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

text_miningtext_mining Member Posts: 1 Learner III
edited November 2019 in Help
Hi,

I'm trying to find sentiment of a sentence as positive, negative mediocre, etc.. This is what I'm doing - (I have a test file with labeled data)..
Read CSV --> Process Documents (transform case --> tokenize-->stopword-->stemming-->N-gram) --> Cross Validation (Naive Bayes --> Apply Model --> Performance classification).

I'm getting accuracy and recall, but I'm getting infinite cross entropy and logistic loss.. I need to find the probability of sentence, given the category => p(sentence/category) which in fact is used to calculate cross entropy and log loss.. Any idea of what I must do to get the probability distribution, cross entropy and log loss??

Thanks, any help is greatly appreciated...
Sign In or Register to comment.