LIME Explainer Dashboard for Fine-grained Sentiment
1: Strongly Negative 2: Weakly Negative 3: Neutral 4: Weakly Positive 5: Strongly Positive
Enter your text:
Number of samples to generate for LIME explainer: (For really long input text, go up to 5000)
Choose classifier:
Please Select Classifier
TextBlob
VADER
Logistic Regression
Support Vector Machine
FastText
{% if exp %}
LIME-explained results using {{ classifier }}
{{ exp|safe }}
{% endif %}