# Adding visuals to Sentiment Analysis

**URL:** https://meta.discourse.org/t/adding-visuals-to-sentiment-analysis/288661
**Category:** Feature
**Tags:** ai, ai-sentiment
**Created:** [May 5, 2023, 7:02pm UTC](https://meta.discourse.org/t/adding-visuals-to-sentiment-analysis/288661 "2023-05-05T19:02:05Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![SaraDev](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/saradev/32/335139_2.png) [@SaraDev](https://meta.discourse.org/u/SaraDev)
#### Post date: [May 18, 2023, 6:51pm UTC](https://meta.discourse.org/t/adding-visuals-to-sentiment-analysis/288661/5 "2023-05-18T18:51:18Z")

</div>

There’s a few DE queries for the Discourse AI plugin I shared here:

> [@Community Sentiment and Toxicity queries](https://meta.discourse.org/t/community-sentiment-and-toxicity-queries/275741):
>
> For those wondering how to view the classification results database for the Community Sentiment and Toxicity modules, this can be done using the [Data Explorer](https://meta.discourse.org/t/32566?silent=true) plugin, and the classification\_results table. This is useful for seeing how the AI plugin is functioning on your site and classifying posts. AI Sentiment SELECT target\_id as post\_id, model\_used, classification-\>'negative' as negative, classification-\>'neutral' as neutral, classification-\>'positive' as positive from classification\_results…

---

_[View the full topic](https://meta.discourse.org/t/adding-visuals-to-sentiment-analysis/288661)._
