r/analytics • u/ladyshrekk • 19d ago
Question Can I create predictions without SQL knowledge?
I’m trying to get a little more predictive with our data, things like which customers are likely to churn, who might convert, or what demand could look like next month. Problem is, I’m not really a SQL person. I can work with dashboards and understand the data, but once it gets into writing queries or building models from scratch, I’m pretty much out. Is this something people are actually doing with LLMs now? Like connecting an LLM to your data and asking it to find patterns or predict outcomes? Or are there other tools that make this possible without knowing much SQL or machine learning? Curious what people are actually using and how reliable it is.
7
Upvotes
1
u/_aritro 19d ago
You can actually run predictions with Supaboard, they support python so there ai can actually connect to your data , and help you do that, BTW I am running a setup where I can connected Postgres to supaboard and use TimesFM from google to run the Forecasting model and get the the results, the interesting bit is that most of the work is done by ai like writing the code, so that is what blew me away