Start your journey with Alteryx Machine Learning - Take our Interactive Lesson today!

Free Trial

Alteryx Machine Learning Discussions

Find answers, ask questions, and share expertise about Alteryx Machine Learning.
Getting Started

Start your learning journey with Alteryx Machine Learning Interactive Lessons

Go to Lessons

Text Mining - VADER

Enan
6 - Meteoroid

Hi Expert,

I have just started Alteryx and used Text mining - Sentimental analysis.

 

1.Some of the comments which ifeel should be negative is marked as Neutral using VADER model.

Can someone please help and guide me how to training the model and get the desired result.

 

2. How can i check the accuracy of the VADER model through Alteryx and the the ways to increase the accuracy.

 

I wont be able to share the data due to NDA.

 

Appreciate your help and guidance.

Thank you

1 REPLY 1
c-lopez
Alteryx
Alteryx

To enhance the VADER model in Alteryx, you can start by customizing the lexicon. This involves adding specific words or phrases relevant to your domain, along with their sentiment scores, to VADER's dictionary. You can create a custom dictionary file and integrate it into your Alteryx workflow. Additionally, you can modify the rules VADER uses to handle text features like negations and punctuation to better suit your dataset.

To check and improve the accuracy of the VADER model in Alteryx, use the Sentiment Analysis tool, which includes VADER. Configure this tool to analyze your text data and output sentiment scores. To evaluate the model's performance, use a confusion matrix to compare the predicted sentiments with the actual sentiments. Additionally, calculate precision, recall, and F1 score to get a comprehensive view of the model's accuracy.

To further increase accuracy, ensure your text data is clean and preprocessed correctly. This includes removing noise, handling negations, and normalizing text. You can use Alteryx's data preparation tools for this purpose. Moreover, adding domain-specific terms to the VADER lexicon can significantly improve accuracy. If you need more control, you can use Python or R scripts within Alteryx to customize VADER or combine it with other models for enhanced performance.