Ian Joseph Philipp
Ian Joseph Philipp
Hi thanks for the fast response. I did try the solution from #1305 but it didn't work. `mmm = MMM( date_column='week_start_monday', adstock=GeometricAdstock(l_max=1), saturation=LogisticSaturation(), channel_columns=[ 'buyer_leads_campaigns_imp'], control_columns=[ 'immobilienscout24_simweb'] #yearly_seasonality=2, )` `mmm.sample_prior_predictive(X,...
I installed using pip!
I am trying this solution but currently my employer is blocking downloading conda so I need to wait.
Ok, I managed to install with conda but got the same error. How do I make sure that I am using the conda install and not the pip install? Should...
Ok, nice I have this: ``` (marketing_env) ➜ Workspace conda list | grep pymc pymc 5.21.1 hd8ed1ab_0 conda-forge pymc-base 5.21.1 pyhd8ed1ab_0 conda-forge pymc-marketing 0.12.0 pyhd8ed1ab_0 conda-forge ``` but unfortunately still...
I executed ``` conda create -c conda-forge -n marketing_env pymc-marketing conda activate marketing_env ``` and it said it was installing pytensor, so I assume.
`conda search pytensor` shows ``` (base) ➜ Workspace conda search pytensor Loading channels: done # Name Version Build Channel pytensor 2.12.3 py310h46d7db6_0 pkgs/main pytensor 2.12.3 py310h46d7db6_2 pkgs/main pytensor 2.12.3 py311h7aedaa7_0...
`pip index versions pytensor ` shows up to date versions however