Skip to content

Commit

Permalink
rename product_incrementality module to cc
Browse files Browse the repository at this point in the history
  • Loading branch information
drbenvincent committed Oct 25, 2024
1 parent 7e90da2 commit c865183
Show file tree
Hide file tree
Showing 19 changed files with 531 additions and 1,150 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ Classes
![](docs/source/uml/classes_clv.png)
## Overview of the CC codebase
Packages
![](docs/source/uml/packages_cc.png)
Classes
![](docs/source/uml/classes_cc.png)
---
This guide takes some inspiration from the [Bambi guide to contributing](https://github.com/bambinos/bambi/blob/main/CONTRIBUTING.md)
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ uml: ## Install documentation dependencies and generate UML diagrams
pip install .[docs]
pyreverse pymc_marketing/mmm -d docs/source/uml -f 'ALL' -o png -p mmm
pyreverse pymc_marketing/clv -d docs/source/uml -f 'ALL' -o png -p clv
pyreverse pymc_marketing/cc -d docs/source/uml -f 'ALL' -o png -p cc

mlflow_server: ## Start MLflow server on port 5000
mlflow server --backend-store-uri sqlite:///mlruns.db --default-artifact-root ./mlruns
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
model_config
model_builder
prior
product_incrementality
cc
metrics
mlflow
```
4 changes: 2 additions & 2 deletions docs/source/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ clv/clv_intro
:caption: Product incrementality
:maxdepth: 1

product_incrementality/incrementality_intro
product_incrementality/mv_its_intro
cc/incrementality_intro
cc/mv_its_intro
:::

Large diffs are not rendered by default.

Loading

0 comments on commit c865183

Please sign in to comment.