Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tv intrecept to readme #661

Merged
merged 2 commits into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Leverage our Bayesian MMM API to tailor your marketing strategies effectively. B
- **Custom Priors and Likelihoods**: Tailor your model to your specific business needs by including domain knowledge via prior distributions.
- **Adstock Transformation**: Optimize the carry-over effects in your marketing channels.
- **Saturation Effects**: Understand the diminishing returns in media investments.
- **Time-varying Intercept:** Capture time-varying baseline contributions in your model (using modern and efficient Gaussian processes approximation methods).
- **Visualization and Model Diagnostics**: Get a comprehensive view of your model's performance and insights.
- **Out-of-sample Predictions**: Forecast future marketing performance with credible intervals. Use this for simulations and scenario planning.
- **Budget Optimization**: Allocate your marketing spend efficiently across various channels for maximum ROI.
Expand Down
3 changes: 2 additions & 1 deletion docs/source/guide/mmm/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Given the popularity of the Media Mix Modelling (MMM) approach, there are many p
| Open source| ✅ | ✅ | ✅ | ✅ | ❌ |
| Model | 🏗️ Build | 🏗️ Build | 🏗️ Build | 🏗️ Build | 🛒 Buy |
| Budget optimizer | ✅ | ✅ | ✅ | ❌ | ✅ |
| Time-varying parameters | coming soon | ❌ | ❌ | ✅ | ✅ |
| Time-varying intercept | ✅ | ❌ | ❌ | ✅ | ✅ |
| Time-varying coefficients | coming soon | ❌ | ❌ | ✅ | ✅ |
| Custom priors | ✅ | ✅ | ❌ | ❌ | ✅ |
| Lift-test calibration | ✅ | ❌ | ✅ | ❌ | ✅ |
| Out of sample predictions | ✅ | ✅ | ❌ | ✅ | ✅ |
Expand Down
Loading