View on GitHub |
You are here:
vertex-ai-mlops/Applied ML/Forecasting/readme.md
This series explores forecasting with Vertex AI, BigQuery ML, and additional open source frameworks. Forecasting involves following a measurement over time and exploring trends, the impact of seasonality (years, months, days, etc.), holidays, and special events, with the goal of using these insights to forecast into the near future. Some methods also incorporate observable measurements that impact demand to understand the relationships and improve forecasting accuracy.
Workflows:
- This repository contains many applied forecasting examples that will be migrated here soon. Please visit Applied Forecasting to review these examples!
- BigQuery ML For Hierarchical Forecasting
- Use BigQuery ML to create hierarchical forecasting models.
- Detailed review of the default bottom-up approach.
- Examples of creating a top-down forecast by disaggregating the top-level forecast down the hierarchy using forecast proportions.