pymc-labs / pymc-marketing

Bayesian marketing toolbox in PyMC. Media Mix (MMM), customer lifetime value (CLV), buy-till-you-die (BTYD) models and more.
https://www.pymc-marketing.io/
Apache License 2.0
709 stars 199 forks source link

ModuleNotFoundError: No module named 'pymc_marketing.mlflow' #1021

Closed valerija-h closed 2 months ago

valerija-h commented 2 months ago

Tried to import mlflow support in v0.8.0 as shown in the docs but says it doesn't exist.

Code:

import pymc_marketing
print(pymc_marketing.__version__)

import pymc_marketing.mlflow

Output:

0.8.0
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[47], line 5
      1 import pymc_marketing
      3 print(pymc_marketing.__version__)
----> 5 import pymc_marketing.mlflow

ModuleNotFoundError: No module named 'pymc_marketing.mlflow'
wd60622 commented 2 months ago

Those are the latest docs. The mlflow module is coming out in next release

valerija-h commented 2 months ago

Is there a schedule for the next release?

wd60622 commented 2 months ago

Likely in the next week or two.

Id recommend pip installing from github directly if interested in latest features and bug fixes!