Overview of the Greykite forecasting library
masterGreykite is a forecasting and anomaly detection library developed by LinkedIn. Its primary algorithm, Silverkite, is designed for univariate forecasting and is capable of capturing:
- Time-varying growth
- Seasonality
- Autocorrelation
- Holidays
- Regressors
Silverkite provides pre-tuned templates (parameter configurations) optimized for different forecast frequencies, horizons, and data patterns. Beyond Silverkite, Greykite provides interfaces for other forecasting models including Prophet (by Facebook) and Auto-ARIMA (via pmdarima).
The library supports the full forecasting lifecycle, including exploratory data analysis (EDA), end-to-end forecasting, model tuning, and benchmarking.