anofox-forecast
SQL-native time series forecasting, diagnostics, and backtesting
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install anofox-forecast?โผ
Run `npx skills add DataZooDE/anofox-forecast --all -g -y` in your terminal to install all skills in this suite globally.
How to forecast time series in DuckDB with SQL?โผ
Load the extension and call ts_forecast_by with your table, date column, target column, a model name like AutoETS, and a horizon. It returns point forecasts with confidence intervals as a regular SQL table.
Which forecasting models does anofox-forecast support?โผ
It includes 36 models such as AutoETS, AutoARIMA, Theta, Holt-Winters, GARCH, Kalman filters, Croston for intermittent demand, and global panel models for many related series.
Can I backtest and compare forecast models in SQL?โผ
Yes. Use ts_cv_folds_by to create time-aware cross-validation folds, ts_cv_forecast_by to forecast each fold, and scalar metrics like ts_mae or ts_rmse with GROUP BY to compare models.
Do I need Python or coding skills to use it?โผ
No. Everything runs as SQL functions inside DuckDB, so anyone who can write a query can forecast, detect seasonality, and score data quality without Python or R.
Related Repositories in Data & Analytics
View All in Data & AnalyticsโPaddleOCR
Extract text, tables, and formulas from PDFs and images
Scrapling
Scrape any website and bypass anti-bot protection with AI
last30days-skill
Research any topic across Reddit, X, YouTube, and the web