Per-row sentiment score (-1.0 to 1.0) for a text value
Per-row — runs once for each row.
semantic_sentiment_scalar({{ text }})SENTIMENT_SCALAR({{ text }})| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Positive sentiment returns positive score
SELECT
semantic_sentiment_scalar ('I absolutely love this!')Negative sentiment returns negative score
SELECT
semantic_sentiment_scalar ('This is terrible and I hate it')Bayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)
Per-row sentiment score (-1.0 to 1.0) for a text value
Per-row — runs once for each row.
semantic_sentiment_scalar({{ text }})SENTIMENT_SCALAR({{ text }})| name | type | description |
|---|---|---|
| text | VARCHAR | — |
Positive sentiment returns positive score
SELECT
semantic_sentiment_scalar ('I absolutely love this!')Negative sentiment returns negative score
SELECT
semantic_sentiment_scalar ('This is terrible and I hate it')Bayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)