Skip to content

Commit

Permalink
clv quickstart fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xhuliano Brace authored and twiecki committed Nov 18, 2023
1 parent ee68ef6 commit 30c91ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ from pymc_marketing import clv

data_url = "https://raw.githubusercontent.com/pymc-labs/pymc-marketing/main/datasets/clv_quickstart.csv"
data = pd.read_csv(data_url)
data['customer_id'] = data.index

beta_geo_model = clv.BetaGeoModel(
data = data
Expand Down

0 comments on commit 30c91ee

Please sign in to comment.