Skip to content

Commit

Permalink
use URL for README image (#715)
Browse files Browse the repository at this point in the history
* use URL for image

* additional links that are relative

* remove forward slashes in URL
  • Loading branch information
wd60622 authored Jun 3, 2024
1 parent b4d84cc commit ba41aef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

![PyMC-Marketing Logo](docs/source/_static/marketing-logo-light.jpg)
![PyMC-Marketing Logo](https://github.com/pymc-labs/pymc-marketing/blob/main/docs/source/_static/marketing-logo-light.jpg)

</div>

Expand All @@ -25,7 +25,7 @@ Unlock the power of **Marketing Mix Modeling (MMM)** and **Customer Lifetime Val
This repository is supported by [PyMC Labs](https://www.pymc-labs.com).

<center>
<img src="docs/source/_static/labs-logo-light.png" width="50%" />
<img src="https://github.com/pymc-labs/pymc-marketing/blob/main/docs/source/_static/labs-logo-light.png" width="50%" />
</center>

For businesses looking to integrate PyMC-Marketing into their operational framework, [PyMC Labs](https://www.pymc-labs.com) offers expert consulting and training. Our team is proficient in state-of-the-art Bayesian modeling techniques, with a focus on Marketing Mix Models (MMMs) and Customer Lifetime Value (CLV). For more information see [here](#-schedule-a-free-consultation-for-mmm--clv-strategy).
Expand Down Expand Up @@ -96,7 +96,7 @@ mmm.fit(X,y)
mmm.plot_components_contributions();
```

![](/docs/source/_static/mmm_plot_components_contributions.png)
![](https://github.com/pymc-labs/pymc-marketing/blob/main/docs/source/_static/mmm_plot_components_contributions.png)

Once the model is fitted, we can further optimize our budget allocation as we are including diminishing returns and carry-over effects in our model.

Expand Down Expand Up @@ -151,7 +151,7 @@ beta_geo_model.fit()

Once fitted, we can use the model to predict the number of future purchases for known customers, the probability that they are still alive, and get various visualizations plotted.

![](/docs/source/_static/expected_purchases.png)
![](https://github.com/pymc-labs/pymc-marketing/blob/main/docs/source/_static/expected_purchases.png)

See the Examples section for more on this.

Expand Down

0 comments on commit ba41aef

Please sign in to comment.