Sentiment Analysis

anahgu
Registered Posts: 1 ✭
Hi, what algorithm technique does dataiku use for the sentiment analysis plug in?
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,250 Dataiker
You can check the plugin code here: https://github.com/dataiku/dss-plugin-nlp-sentiment-analysis/tree/main/resource/fasttext/sentiment_analysis
It uses fasttext.
Thanks