Welcome to Vangja’s documentation!#
User Guide
- Chapter 01: Getting Started
- Chapter 02: Inference Algorithms
- Chapter 03: Multi-Series Fitting
- Chapter 04: Multi-Series Fitting Caveats
- Chapter 05: Hierarchical Modeling with Partial Pooling
- Chapter 06: Caveats of Hierarchical Modeling
- Chapter 07: Transfer Learning from Long Time Series
- The Scenario
- Differences from the Original Blog Posts
- Setup and Imports
- Load and Explore the Data
- Baseline: Prophet-like Model Without Transfer Learning
- Step 1: Learn Seasonality from Temperature Data
- Step 2: Transfer Learning to the Sales Model
- Comparison: Baseline vs Transfer Learning
- How It Works: The Parametric Transfer
- Limitations and Considerations
- Summary
- Chapter 08: Transfer Learning with
prior_from_idataand Hierarchical Modeling - Chapter 09: Advanced Transfer Learning Options
- Chapter 10: Bayesian Workflow — Diagnostics and Best Practices
- In This Notebook
- Setup and Imports
- 1. Data Loading
- 2. Prior Predictive Checks
- 3. Convergence Diagnostics
- 4. Posterior Predictive Checks
- 5. Transfer Learning Model
- 6. Full Posterior Summaries
- 7. Model Comparison (WAIC / LOO-CV)
- 8. Prior Sensitivity Analysis
- 9. Prior-to-Posterior Visualisation
- 10. Prediction with Uncertainty
- 11. Quantitative Comparison
- 12. Component Plots
- Summary: Bayesian Workflow Checklist
- Chapter 11: Uncertainty Estimation in Vangja
Case Studies
API Reference