Skip to content

Commit 9b691a9

Browse files
add imports to mmm module (#812)
Co-authored-by: Juan Orduz <juanitorduz@gmail.com>
1 parent 9d4d04a commit 9b691a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pymc_marketing/mmm/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
DelayedAdstock,
1919
GeometricAdstock,
2020
WeibullAdstock,
21+
WeibullCDFAdstock,
22+
WeibullPDFAdstock,
2123
)
2224
from pymc_marketing.mmm.components.saturation import (
2325
HillSaturation,
@@ -51,6 +53,8 @@
5153
"TanhSaturation",
5254
"TanhSaturationBaselined",
5355
"WeibullAdstock",
56+
"WeibullCDFAdstock",
57+
"WeibullPDFAdstock",
5458
"YearlyFourier",
5559
"base",
5660
"delayed_saturated_mmm",

0 commit comments

Comments
 (0)