Settings

Theme

Time Series Forecasting in SQL

aicoding.substack.com

42 points by aicoding 4 years ago · 10 comments (9 loaded)

Reader

wfriesen 4 years ago

This isn't really "in SQL" as much as "using a product that has a SQL extension/backend".

andix 4 years ago

You can do your own forecasting in SQL with Python or R. Depending which database you use, there will probably be some kind of integration. Postgres has PL/R and PL/Python.

sdepablos 4 years ago

https://cloud.google.com/bigquery-ml/docs/reference/standard...

Simon_O_Rourke 4 years ago

Check out the statistical functions baked into Snowflake SQL. We've got a PL/SQL script that forecasts sales volume with seasonality, using a modified ARIMA approach. We're also turning this approach loose on our own data pipeline to trigger alerts on abnormal row counts.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection