Skip to content

Commit

Permalink
remove duplicate fit in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Aug 12, 2024
1 parent 9e4f28c commit 307e668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymc_marketing/mlflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
X = data.drop("y",axis=1)
y = data["y"]
mmm.fit(X,y)
mmm = MMM(
adstock=GeometricAdstock(l_max=8),
Expand Down

0 comments on commit 307e668

Please sign in to comment.