Skip to content
Open
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 .github/workflows/test_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ concurrency:
jobs:
notebooks:
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
matrix:
split:
Expand Down
13 changes: 10 additions & 3 deletions docs/source/gallery/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Welcome to the PyMC-Marketing example gallery! This gallery provides visual navi
:link: ../notebooks/mmm/mmm_example.html
:::

:::{grid-item-card} Custom Models with MMM components
:img-top: ../gallery/images/mmm_components.png
:link: ../notebooks/mmm/mmm_components.html
:::{grid-item-card} Beyond MMMs: adding GAMs or anything else to your model.
:img-top: ../gallery/images/mmm_example.png
:link: ../notebooks/mmm/mmm_gam_options.html
:::

:::{grid-item-card} MMM Multidimensional Example Notebook (e.g. Geo-MMM)
Expand All @@ -47,6 +47,13 @@ Welcome to the PyMC-Marketing example gallery! This gallery provides visual navi
:::
::::

### Custom models

:::{grid-item-card} Custom Models with MMM components
:img-top: ../gallery/images/mmm_components.png
:link: ../notebooks/mmm/mmm_components.html
:::

### Data Connectors

::::{grid} 1 2 3 3
Expand Down
11,758 changes: 11,758 additions & 0 deletions docs/source/notebooks/mmm/mmm_gam_options.ipynb

Large diffs are not rendered by default.