Posit AI Blog: Introducing the shopping mall for R…and Python
Beginning A few months ago, while working on the Databricks with R workshop, I came across some of their custom SQL functions. These particular functions are prefixed with “ai_” and run the NLP with a simple SQL call: > SELECT ai_analyze_sentiment(‘I am happy’); positive > SELECT ai_analyze_sentiment(‘I am sad’); negative It was a revelation to … Read more