Skip to content

Commit

Permalink
Add other nuts samplers example notebook (#579)
Browse files Browse the repository at this point in the history
* other nuts sampler init

* clean directories

* fix toctree

* add nutpie

* gpu comment

* feedback
  • Loading branch information
juanitorduz authored and wd60622 committed Apr 8, 2024
1 parent cbfce8a commit 8fb65c5
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/guide/clv/clv_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ By combining the purchasing behavior of each customer with the expected period o

## Putting it all together

To see how all these different components come together, you can review the {ref}`CLV Quickstart <clv_quickstart>` or one of {ref}`specific CLV models <clv_examples>` available within PyMC-Marketing.
To see how all these different components come together, you can review the {ref}`CLV Quickstart <clv_quickstart>` or one of {ref}`specific CLV models <howto>` available within PyMC-Marketing.
265 changes: 265 additions & 0 deletions docs/source/notebooks/general/other_nuts_samplers.ipynb

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions docs/source/notebooks/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(clv_examples)=
# Examples
(howto)=
# How-to


:::{toctree}
Expand All @@ -19,3 +19,10 @@ clv/bg_nbd
clv/gamma_gamma
clv/sBG
:::

:::{toctree}
:caption: General
:maxdepth: 1

general/other_nuts_samplers
:::

0 comments on commit 8fb65c5

Please sign in to comment.